Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
bartleby

Videos

Textbook Question
Book Icon
Chapter 9, Problem 8RQ

The horizontal line in a menu is called _____.

  1. a. a menu bar
  2. b. a separator bar
  3. c. an item separator
  4. d. None of the above.
Blurred answer
Students have asked these similar questions
The drop-down menu us the same for all of them
As a programmer you are required to develop a temperature conversion program with a menudriven style that provides the user with options to choose to convert Celsius to Fahrenheit and vice versa. The menu options are as follows: 1. Celsius to Fahrenheit 2. Fahrenheit to Celsius 3. Exit The menu is displayed via the menu function and the program terminates when the user chooses Exit on the menu. Each menu has its own user-defined function. The function will calculate and display the intended temperature. For example, if the user chooses ‘1’, a function which convert temperature from Celsius to Fahrenheit will be called which accept temperature in Celsius and display it in Fahrenheit. Assume only positive number is accepted as input. Once the function is executed, it will return back to the main function and continue the program.
Calculations: • Main Menu - None • Trim Molding - (length ++) / 8; add the length based on the number of walls needed then divide by 8 feet Carpet - (length * width) / 4; multiply the length and width of the room (in feet) then divide by 4 sq feet (covered by each carpet tile) ● ● Ceiling Tile o roomLength / tileLeanght tileL; o If the length of the room is not divisible by the length of the tile, you will need an additional tile to complete the job. if( roomLength % tileLeanght !=0) then tileL++; o room Width /tileWidth = tileW; o If the width of the room is not divisible by the width of the tile, you will need an additional tile to complete the job. if(room Width % tileWidth !=0) then tileW++; o totalTiles = tileW * tileL; Deliverables: = A flowchart for the main menu and each of the task- specific calculators will be created and delivered in PDF format (4 PDF files). A.java file will be created for the main menu and each of the task-specific calculators (4 .java files).
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Graphical User Interfaces: Crash Course Computer Science #26; Author: CrashCourse;https://www.youtube.com/watch?v=XIGSJshYb90;License: Standard YouTube License, CC-BY
Python GUI | How To Make A GUI In Python | Best GUI Framework In Python | Edureka; Author: edureka!;https://www.youtube.com/watch?v=_PHJvjQJa3w;License: Standard Youtube License