Using visual logic need flowchart and pseudocodes Create a program that prints a book. The book consists of the following components: •...
Using visual logic need flowchart and pseudocodes
Create a program that prints a book. The book consists of the following components:
• A title and author
• Three chapters
o Each chapter consists of:
A title
Text – you decide the text per chapter. Keep each chapter short (just a few lines
of text per chapter is sufficient – for example 3 lines of text per chapter). The
text is written in a professional style.
Program Requirements:
• The user of the program is allowed to specify how many copies of the book should be printed
(e.g., 0, 1, 6, or 10, etc).
• The prompt for data input is user-friendly (i.e., the user of the program does not see the
program’s variable names).
• Each chapter starts with a new line number (e.g., Line Number: 1 for Chapter 1, Line Number: 2
for Chapter 2 … etc). The line number is displayed first, then the chapter itself. Hint for keeping
track of the line number: Given that for every copy of the book, each chapter starts with its
corresponding line number (1, 2 … etc.), the program can define a variable whose value is reset
right before the book is about to be printed, and then the variable value is incremented when
the chapter is about to be printed.
• The program must implement multiple modules. The book itself must be implemented in
modules (one module for the title/author and each chapter is implemented in its own module).
• The copies of the book are displayed on the Visual Logic console.
Expected Submittals:
1. The Visual Logic program (50%).
2. Formal pseudocode (following the book syntax, proper indentation, with variable
declarations, etc.). Use Notepad++ to create the pseudocode (*.txt file) (50%).
- 9 years ago
- 5
Answer(0)
Bids(0)
other Questions(10)
- forcasting recurrence
- Write a 1 page article on the main events of the exodus using the structure on a newspaper article?
- write a 1-2 page explanatory essay which both explain what king repeats and for what purpose and explain how his...
- what is the definition of an Annelida?
- The probability of randomly picking a letter is 1/25 what could that letter possibly be
- if a dairy farmer has four paddocks with 68 in each, how many cows does she have altogether
- <1 and <2 are complementary <2 and <3 are supplementary. The measure of <1 is 45. What is the...
- A colony of bacteria is growing in a petri dish which has a maximum capacity of 140mg. The mass of...
- what historical facts does each writer include in his retelling of the Arthurian legends
- An Atwood machine consists of two masses, m_A = 7.1 kg and m_B = 8.3 kg, connected by a cord that passes over a pulley free to rotate about a fixed axis. The pulley is a solid cylinder of radius R_0 = 0.40 m and mass 0.80 kg. (1) Determine the magnitude
Anyone help?
NOT RATEDUsing visual logic need flowchart and pseudocodes Create a program that prints a book. The book consists of the following components:•...
Using visual logic need flowchart and pseudocodes
Create a …
9 years agoCreate a program that prints a book. The book consists of the following components: ï· A title and author ï· Three chapters o...
NOT RATEDCreate a program that prints a book. The book consists of the following components:
A title and author
Three chapters
o Each chapter consists of:
A title
Text – you decide the text per chapter. …
7 years ago
Tips(0)
Udemy(0)