WSQ05

1 min read

FINALLY #ITWORKED #lol #finally #ihatecygwin #justkidding #WSQ05 #TC1017 here is my code btw…

#include

using namespace std;

int main ()

{

int i;

int c;

cout

cin >> i;

c=5 * (i-32)/9;

cout

if (c >= 100)

{

cout

}

else

{

cout

}

return 0;

}

CC BY 4.0 WSQ05 by carlos green is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.