Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Aim: To implement a program to convert time in 24 hour format to 12 hour format.
Code:
#include
class time24
{
public:
int hhhh;
void displaytime24()
cout<<"\nTime(24):"< } void gettime24() { cout<<"\nEnter time in 24 hour format:"; cin>>hhhh; } }; class time12 { public: int hh,mm; char ap[3]; time12(time24 t2) { if((t2.hhhh/100)>=12) { if(((t2.hhhh/100)%12)==0) { hh=12; } else { hh=(t2.hhhh-1200)/100; } strcpy(ap,"pm"); } else { hh=(t2.hhhh/100); strcpy(ap,"am"); } mm=(t2.hhhh%100); } void displaytime12() { cout<<"\nTime(12):"; if(hh<10) cout<<"0"; cout< if(mm<10) cout<<"0"; cout< } }; void main() { clrscr(); time24 t1; t1.gettime24(); time12 t2=t1; t1.displaytime24(); t2.displaytime12(); getch(); } Output: Enter time in 24 hour format:1830 Time(24):1830 hours Time(12):06:30 pm
}
void gettime24()
cout<<"\nEnter time in 24 hour format:";
cin>>hhhh;
};
class time12
int hh,mm;
char ap[3];
time12(time24 t2)
if((t2.hhhh/100)>=12)
if(((t2.hhhh/100)%12)==0)
hh=12;
else
hh=(t2.hhhh-1200)/100;
strcpy(ap,"pm");
hh=(t2.hhhh/100);
strcpy(ap,"am");
mm=(t2.hhhh%100);
void displaytime12()
cout<<"\nTime(12):";
if(hh<10)
cout<<"0";
cout< if(mm<10) cout<<"0"; cout< } }; void main() { clrscr(); time24 t1; t1.gettime24(); time12 t2=t1; t1.displaytime24(); t2.displaytime12(); getch(); } Output: Enter time in 24 hour format:1830 Time(24):1830 hours Time(12):06:30 pm
if(mm<10)
cout< } }; void main() { clrscr(); time24 t1; t1.gettime24(); time12 t2=t1; t1.displaytime24(); t2.displaytime12(); getch(); } Output: Enter time in 24 hour format:1830 Time(24):1830 hours Time(12):06:30 pm
void main()
clrscr();
time24 t1;
t1.gettime24();
time12 t2=t1;
t1.displaytime24();
t2.displaytime12();
getch();
Output:
Enter time in 24 hour format:1830
Time(24):1830 hours
Time(12):06:30 pm
decleration
pls say code for this above..
It''s that spooky time of year when the dead walk the Earth, things go bump in the night, and the Centers for Disease Control (CDC) recognizes the need for zombie preparedness (
There are 3 acceptable answers: "Never," "Rarely "and" When the problem domain cannot be accurately modelled any other way."
hwat is the area fsdjlakl;aeklfjtealrtl;gka
Define a procedure that takes three numbers as arguments and returns the sum of the squares of the two larger numbers.
write a c++ program for minimum shelf downloads
Define Functions with arguments and no return values The calling function will read a data from the terminal and pass it on to called as function and this will work good as the
write a function named "fact"that takes one integer arguments,call them "num" and returns as ..............
Pawnbroker software to be written in VB Project Description: I want software written for my pawnshop. I am currently using a program called pawnboss but would like to have my
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd