Matemática, perguntado por Gobi, 1 ano atrás

use a formula F+1,8 C++23,que tranforma graus Celsius (ºC) em graus Fahrenheit (ºF),e obtenha F quando :

A) C = 50
B) C = 100

Soluções para a tarefa

Respondido por ProfRafael
1
F = (C x 1,8) + 32
F = (50 x 1,8) + 32
F = 122

F = (100 x 1,8) + 32
F = 212


Gobi: vlw Rafael
Perguntas interessantes