Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This program is to be written in qbasic.. a 1 This is what I have..help please if possible SPECIAL EDITION QBASIC By Example The East

This program is to be written in qbasic.. a

image text in transcribed

image text in transcribed

image text in transcribed

1

This is what I have..help please if possible

SPECIAL EDITION QBASIC By Example The East Way to Learn How to Program! Greg Perry heque Programming Assignment ! Write a program to camera U.S. Customary System ngih in miles, yard feel, and inches to a Metric System length in kilometers, meters, and centimeters. After the numbers of mesh Bect, and inches are requestel as input, the length should be converted entirely to inches and then dided by 1937 to obtain the value in meters. The INT function should be used to break the total number of meters into a whole number of kilometers and meters. The number of timeters should be displayed to one decimal place. Some of the needed formulasan: feet + inches Total inches -63100 miles +16 yards + 12 Total meters total inches / 19.37 Kilomes - INTI Total meters/1000) Swim Miles: 5 Yard: 20 Feel Inches: 4 Sawal C Kimeters: Meters: 65 Centimeter 73.3 ProAssignment1.bas-0864 File Edit View Search Run Options Profssignment1.ba 1 REM change U.S.Customary Susten length in alles, yards, feet and inches and 2 REM change to Metric Systen length in kilometers, neters and centimeters, 3 CLS 4 INPUT "enter distance in mile:5". Niles& 5 INPUT "enter Yards:20", yardsa 6 INPUT Feet:2", feeta 7 INPUT Inches:1". Inches& 12 feet. Inches", 10 PRINT "Total Iches 63360 miles 36 yards 11 PRINT "Total meters total inches 39.37" 12 PRINT "kilometer =int (Total meters/ 100)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is meant by the term net in net operating assets (NOA)?

Answered: 1 week ago