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
program that decodes sending smuggler''s string
Simpson's Rule is a more accurate method of numerical integration than the method described in class. Using Simpson's Rule, the integral of a function f between a and b is approxim
The Main program is slightly more complicated and you need to think about the I/O process. First of all, for most applications you do not call the low level routines GetChar and P
electricity biil code
Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b
why oops
Binary logical bit-wise operators There are three logical bit-wise operators : & and | or
Convert a COV/CPE (Micosoft Fax Cover Page) file to a TIF image file Project Description: I would like a small API written that will take a COV/CPE file and replaced the corr
I need a project on car rental system using c programming only of college level
Write a C program to input 16 numbers and print them out in a table format of 4 wide by 4 deep. E.g. 4 5 5 7 8 9 10 11 12 13 14 15 16 17
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