Answered You can hire a professional tutor to get the answer.

QUESTION

Please read the attached instructions and review the videoAs you are discovering in chapter 12, the heart of the computer is the software. The

Please read the attached instructions and review the videoAs you are discovering in chapter 12, the heart of the computer is the software. The operating systems and the application programs and other software programs make the computer run. There are many programming languages used including COBOL, Visual Basic, Java, C++ and quite a few Declarative languages. There are also scripting languages such as CGI, Java Script, Perl script, and shell scripts that look similar to programming languages.

In this exercise we are going to attempt to write a program using the BASIC language-Just Basic to be exact. As an example, I am going to write a program to convert Fahrenheit to Celsius. Before I start any endeavor such as a program or any project I must formulate the solution to the problem in my mind and on paper. This is the planning step. I must understand what the problem is and create the solution (algorithm) to obtain the answer. 

I have researched the conversion process and I will display it here.

°F to °C

Deduct 32, then multiply by 5, then divide by 9

°C to °F

Multiply by 9, then divide by 5, then add 32

The video shows how to convert from F to C, but you will need to change the code to go from C to F. The formulas are included. You have about 2 weeks to complete the assignment.

Tutorial on How to Write a Program.docx

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question