WSQ05 Temperature Converter

1 min read

I have recently finished my WSQ05 code and tested it:

At first, I had a syntax error because I forgot to type a semicolon (;) after the variable declaration, and after the input command. It’s very important that we remember to write these punctuation marks where they’re needed, or we’ll get a lot of errors in our future codes.

Apart from that, I did not have any trouble writing this code, because the only thing I had to do is to learn how to use the “if” and “else” commands (Chapter 4 of the book, very easy to learn). I already knew how to use the other commands from the other WSQ’s.

Here is the link to my code: https://github.com/JPBarberena/Codes/blob/master/wsq05.cpp

#WSQ05 #TC1017

CC BY 4.0 WSQ05 Temperature Converter by Juan Pablo Barberena is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.