Write a C++ Program that input the distance travelled & speed of car. It calculate the time required

preview_player
Показать описание
1.Write a C++ Program that input the distance travelled and speed of a car. It
calculates the time required to reach the destination and display on screen. Hint: time=distance/speed;

2.Write a C++ program that converts "Small alphabets into Capital" and vise versa
Рекомендации по теме