You need to Register First!

Before you Log-in...

Switch Case (Month) HON
You need to Register First!

Before you Log-in...

Switch Case (Month) HON
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Sample design and thinking of Something new Graphical design.... To all member's of this website please Fill up the form of your Personal Information for Special Reference of our Forum thank you!
For non-member just post your comment in the chatbox. Thanks for Visiting our site.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» AutoCAD-tutorial-01
Switch Case (Month) Icon_minitimeThu Dec 13, 2018 3:49 pm by Kuteshikimi

» Definition-of-Computer-Graphics
Switch Case (Month) Icon_minitimeThu Dec 13, 2018 3:47 pm by Kuteshikimi

» Explore-the-Graphical-User-Interface
Switch Case (Month) Icon_minitimeThu Dec 13, 2018 3:44 pm by Kuteshikimi

» A-BRIEF-HISTORY-OF-COMPUTER-GRAPHICS
Switch Case (Month) Icon_minitimeThu Dec 13, 2018 3:42 pm by Kuteshikimi

» Lesson 7- Network Design Models
Switch Case (Month) Icon_minitimeSun Nov 25, 2018 2:29 am by Kuteshikimi

» Lesson 6-Internet and Networking Devices
Switch Case (Month) Icon_minitimeSun Nov 25, 2018 2:27 am by Kuteshikimi

» Lesson 5-Introduction to Data Communications
Switch Case (Month) Icon_minitimeSun Nov 25, 2018 2:26 am by Kuteshikimi

» Lesson 4-Network Cabling
Switch Case (Month) Icon_minitimeSun Nov 25, 2018 2:19 am by Kuteshikimi

» Lesson 3-Types of Internet Connection
Switch Case (Month) Icon_minitimeSun Nov 25, 2018 2:19 am by Kuteshikimi

ENGINEERING.COM GAMES
Top 100 Games
Game Site Top 100


Most active topic starters
Kuteshikimi
Switch Case (Month) Vote_lcapSwitch Case (Month) Voting_barSwitch Case (Month) Vote_rcap 
imbaBOY
Switch Case (Month) Vote_lcapSwitch Case (Month) Voting_barSwitch Case (Month) Vote_rcap 
Top posters
Kuteshikimi
Switch Case (Month) Vote_lcapSwitch Case (Month) Voting_barSwitch Case (Month) Vote_rcap 
imbaBOY
Switch Case (Month) Vote_lcapSwitch Case (Month) Voting_barSwitch Case (Month) Vote_rcap 
markeeh17
Switch Case (Month) Vote_lcapSwitch Case (Month) Voting_barSwitch Case (Month) Vote_rcap 
Top posting users this month
No user
Top posting users this week
No user
Visitor’s Unique Page-View
Visitor Counter
Visitor Counter
Visitor’s
free counters
Globe

 

 Switch Case (Month)

Go down 
AuthorMessage
Kuteshikimi
Admin
Admin
Kuteshikimi


Posts : 52
Join date : 2011-09-01
Age : 33
Location : Cavite City, Philippines

Switch Case (Month) Empty
PostSubject: Switch Case (Month)   Switch Case (Month) Icon_minitimeThu Sep 15, 2011 6:06 pm

Code:

#include<iostream.h>
#include<conio.h.>

main()
{
int month =0;
clrscr();
cout<<”enter value of month :”;
cin>>month;
switch(month)
{
case 1:
cout<<”January has 31 days”;
break;

case 2:
cout<<”February has 28 or 29 days”;
break;

case 3:
cout<<”March has 31 days”;
break;

case 4:
cout<<”April has 30 days”;
break;

case 5:
cout<<”May has 31 days”;
break;

case 6:
cout<<”June has 30 days”;
break;

case 7:
cout<<”July has 31 days”;
break;

case 8:
cout<<”August has 31 days”;
break;

case 9:
cout<<”September has 30 days”;
break;

case 10:
cout<<”October has 31 days”;
break;

case 11:
cout<<” November has 30 days”;
break;

case 12:
cout<<”December has 31 days”;
break;

default:
cout<<”Sorry that is not a valid month!”;
break;
}
getch();
return 0;
}
Back to top Go down
https://kuteshikimi.board-directory.net
 
Switch Case (Month)
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: FORUM :: Application Program :: C++-
Jump to: