mahmoud Tarek
Followers: 0 Following: 0
Feeds
提问
How to use while true loop for this qustion?
The Fahrenheit temperature is converted to Celsius temperature by the following formula , write a script file to accept temperat...
4 years 前 | 2 个回答 | 0
2
个回答提问
For the second-degree polynomial equation ( ax^2+bx+c). Calculate the roots ( x1 , x2) five times using WHILE true loop, given that ( a,b,c)are constants & x1,x2 =( -b -+ sqrt(b^2-4ac))/ 2a
For the second-degree polynomial equation ( ax^2+bx+c). Calculate the roots ( x1 , x2) five times using D WHILE true loop, give...
4 years 前 | 0 个回答 | 0
0
个回答提问
The Fahrenheit temperature is converted to Celsius temperature by the following formula C =5\9∗( F - 32 ), write a script file to accept temperature in Fahrenheit and calculate it’s Celsius equivalent for 5 times using while true
The Fahrenheit temperature is converted to Celsius temperature by the following formula C =5\9∗( F - 32 ), write a script file t...
4 years 前 | 0 个回答 | 0