Is this how your write the pseudocode?
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
So I just got an assigment, it's kinda basic stuff but a guy like me who barely have any knowledge in coding is clueless. So I need help.
The assignment was to write the the procedure, input, process, output and some other stuff.
I was tasked to write down the pseudo codes and algorithm for temperature conversion. Fahrenheit to Celsius.
So mind if I ask you guys if I did this pseudo code right?
There two formulas I need to use for the conversion.
1st pseudo code : 5/9 * (F - 32)
2nd Pseudo code : ½ * F – 15