Computer Science, asked by schoolstudent, 1 year ago

write a program to find a temperature in celsius scale which is exactly double in fahrenheit scale

Answers

Answered by rajsah865p3cqkc
1
i think it will be
Basic conversion formula: F = 9/5C + 32
Our problem: 2C = F

Substitute F in the first formula with 2C from the second, which gives you:
2C = 9/5C + 32

Subtract 9/5C from both sides, which gives:
2C - 9/5C = 32

Simplify the left side (2C = 10/5C): 10/5C - 9/5C = 32, which equals 1/5C = 32

Multiply 5 to each side, which leaves C = 160

So, 160 degrees Celsius will equal 320 degrees Fahrenheit.
i think it will help you.

schoolstudent: thank you but i need the program in java
Similar questions