+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Do not copy this, try yourself. this is only for idea purpose. i added this in pdf and word format both.
Tags:
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)CS201 Introduction to Programming Assignment Solution Fall 2013
Due Date: 25-11-2013
Solved By: Lion
#include <iostream.h>
main()
{
double f_temp, k_temp, c_temp, temp;
char ch, quit;
cout " *********** Temprature Conversion Calculator **************";
cout "\n\n Please enter the temprature unit for which you want the coverison ";
cout "\n 1. F for Fahrenheit to Celcius and Kalvin";
cout "\n 2. C for Celsius to Fahrenheit and Kalvin";
cout "\n 3. K for Kalvin to Fahrenheit and Celcius";
startagain:
cout "\n\n Please enter you choice: ";
cin >> ch;
switch(ch)
{
case 'f':
case 'F':
cout " Please enter temprature in Farhenheit: ";
cin >> f_temp;
c_temp = (f_temp - 32) * 5/9;
k_temp = (f_temp + 459.67) * 5/9;
cout " Celcius =" c_temp;
cout "\n Kelvin =" k_temp;
cout "\n Do you want to calculate another value (y/n): ";
cin >> quit;
if (quit == 'y' || quit == 'Y')
goto startagain;
break;
case 'c':
case 'C':
cout " Please enter temprature in Celcius: ";
cin >> c_temp;
k_temp = c_temp + 273.15 ;
f_temp = c_temp * 9/5 + 32;
cout " Kelvin =" k_temp;
cout "\n Farhenheit =" f_temp;
cout "\n Do you want to calculate another value (y/n): ";
cin >> quit;
if (quit == 'y' || quit == 'Y')
goto startagain;
break;
case 'k':
case 'K':
cout " Please enter temprature in Kelvin: ";
cin >> k_temp;
c_temp = k_temp - 273.15 ;
f_temp = (k_temp - 273.14) * 9/5 + 32;
cout " Celcius =" c_temp;
cout "\n Farhenheit =" f_temp;
cout "\n Do you want to calcute another value (y/n): ";
cin >> quit;
if (quit == 'y' || quit == 'Y')
goto startagain;
break;
default:
cout "\n Invalid Choice";
}
cout endlendl;
system("pause");
}
To learn programming watch others listen others and practice yourself. Remember these golden words.
“I hear I forget, I do I learn” Unknown.
13 error show ho rahy hain es statement main kindly zra thori c rehnumai ker dain . . . . . . . . .
thanks
cout k baad (cout) nahi lgay hoay
yes dear, Less than signs do not show when code is paste here...
so, these errors r occur due to missing the less than signs.
its better to all of u download .cpp file which is given above.
yes eman, i am also telling that copy .cpp file
cout k bad 10 error show ho rhy hain
let check ur errors here in pic format.
Lion thanks for sharing your idea.keep it up
But Lion &
Dear Fellows,
All of you are requested, Please post Only One Discussion For Current Assignment/GDB/Online Quiz and everyone reply/share/discussed his/her data on that same discussion, so that all members get solution & discuss easily on Current Assignment/GDB/Online Quiz.
So please don’t post two or more discussions for one Current Assignment/GDB/Online Quiz, hope you’ll understand and cooperate with us.
Already started discussion for the same assignment link is
http://vustudents.ning.com/group/cs201introductiontoprogramming/for...
thanks for understanding
Ok sir.
ktne intelligent log hen yaha, sbko assignment submit krwane ki pari he, discussion koi ni kerta bs jaldi se copy paste mar k thora bht change ker k submit kerwai ja rae hen, fer kehte hen univeristy theak ni he,
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post