Hi guys,
I need your help. I need to create a program, that after entering the number of floors in a building and a number of rooms on each floor gives out the list of all the rooms that are in the building.
For example.
If i put a name "A" for a building, 2 as a number of floors (ground floor counts as the 1st floor) and 2 as a number of rooms that are on each floor, what the programm will give out is:
A001
A002
A101
A102
Any ideas?
Thanks in advance