keyla

keyla's avatar

About

i love this yea !!
Last Seen 1 year ago
Joined Mar 2024
Profile Views 90
4
Level 4 305/1,600

Net Worth

794

Games 2

Achievements 2

View All
Friendly II
Friendly
Established Member II
Established Member
Pinned
this is my first ever program in c++ rate it out of 10 yippie

#include <iostream>
using namespace std;

int main(){

int fdegree = 0;
int cdegree = 0;
int conversion1 = 0, conversion2 = 0;

cout<<"Enter the degrees in fahrenheit: ";
cin>>fdegree;
conversion1 = (fdegree - 32) / 1.8 ;
cout<<"The degrees in celsius is: "<<conversion1<<endl<<endl;

cout<<"Enter the degrees in celsius: ";
cin>>cdegree;
conversion2 = (cdegree * 1.8) + 32;
cout<<"The degrees in fahrenheit is: "<<conversion2<<endl;

return 0;

}
0
i dont fw the daily reward system
1
who is on spacehey
0
im back from hibernating
0
i play dress to impress with my baddies
0
0
say my name
0
i like your work make a game actually
0
wow nice programming
0
hi guys im currently on academic probation! :-D
0