Hello everyone, I'm taking an introductory programming class right now and having a problem with one assignment.
We were asked to write a program that would solve for the missing information on:part a) an oblique triangle ; part b) a right triangle
given that the user will input 3 informations (side or angle)
I'm having a problem of how to start off this program
How do I create a user input that will allow me to let the user to enter in 3 informations and this is important : if they don't enter in 3 informations, I'm suppose to tell them that extra information is needed.
Also, for the process, should I use nested loops? for loops? while loops, if statement or switch statement?
Please help, I am very struggling here.
Thank you.