Computer Science, asked by motekranthisai, 5 months ago

Write a program
the table sanges
to print a conversion table from miles to kilometers
from s to 100 miles in steps of 5. (imile = 1.61 km). c language

Answers

Answered by khansabiha244
0

Answer:

sc Jo hh z

Explanation:

cc but I am the tt yyybggjpgf gcccvhhhvv gvvbjjv vb database MySQL version so gaye the isliye nahi hote

Answered by prakharagrawal6055
0

Answer:

print("Miles    |\tKilometer")

for i in range (7) :

   print(10^i , end= "\t" )

   print(" | " , end= "\t")

   print( 1.6093  * 10^i )

Explanation:

Similar questions