cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
another one guys... please?
another one guys... please?
Sep 26, 2013 at 1:09am UTC
mellopattee
(4)
create a program that will allow user to input a floor number and the program will display the department on the entered floor:
input department will be displayed
1 Sales
2 Marketing
3 Operations
4 Management
Sep 26, 2013 at 1:18am UTC
closed account (
jwkNwA7f
)
Please move this to the "Beginners" forum
If this is homework, we are not allowed to do your homework for you. If you run into a problem, then, you can asked for help with it. You need to show effort.
Sep 26, 2013 at 1:29am UTC
mellopattee
(4)
ok thank you !! :)
Sep 26, 2013 at 1:56am UTC
Duthomhas
(13206)
we are not allowed to do your homework for you
Well... we
could
, but no one will.
And anyone who does will likely get a lot of flack for it.
Good luck though. It looks like a pretty simple program requiring you to master the
switch
statement.
http://www.cplusplus.com/doc/tutorial/control/
(scroll down to nearly the end)
Sep 26, 2013 at 8:05am UTC
Catfish4
(666)
Here's a trick, Duoas: look at the page source and if parts are
name
'd, you can directly link to them.
http://www.cplusplus.com/doc/tutorial/control/#switch
Sep 26, 2013 at 7:44pm UTC
Duthomhas
(13206)
That's new, because I've been giving an occasional look for anchors in the tutorial for years.
Topic archived. No new replies allowed.