This Is Actually Visual Logic Not Basic I Need 3 Assignments Done Ne This is actually visual logic not basic. I need 3 assignments done. Need the flowcharts and variables as well as the pseudocodes. Here are the assignments: Assignment 1 Create a program that prints a book. The book consists of the following components: a title and author, and three chapters. Each chapter has a short, professionally styled text, starting with a line number. The user specifies the number of copies to print. Each copy displays its chapters with line numbers starting from 1, 2, etc. The program should use multiple modules: one module for the book title/author, and one for each chapter. The program displays the copies on the Visual Logic console. Assignment 2 Design a program that displays the sum of integer values stored in two arrays of size 10: one array has odd numbers starting at 1, the other has even numbers starting at 2. The program should display a title, then a header line with labels, then output ten lines each showing the odd number, the even number, and their sum. Arrays are zero-based, and the program should use modules. Assignment 3 In a wireless SOHO network, create a program that estimates radio signal strength (%) based on the distance (in feet) from the access point (AP). Use 5 distance zones with proportionally assigned signal strength ranges, with a maximum range of 125 ft. The program should process multiple input distances per run, prompting the user on how to terminate input. Implement at least three modules. Display user-friendly prompts and output with labels.
Paper For Above instruction Introduction In this comprehensive analysis, we present detailed flowcharts and pseudocode designs for three distinct visual logic programming assignments. These assignments encompass creating a book printing program with modular design, developing an array-based sum calculator, and estimating wireless signal strength based on distance. Each solution emphasizes user interaction, modularity, and clarity, aligning with best practices in procedural programming and flowchart development.