Create a program segment using Print statements, the indicator, and loops to display the following: & & & & & & & & & & # # # # # # # # # # & & & & & & & & & & The following pseudo code allows the...


Create a program segment using Print statements, the indicator, and loops to display the following:



& & & & & & & & & &



# # # # # # # # # #



& & & & & & & & & &


The following pseudo code allows the user to enter five numbers and displays the absolute value of the inverse of each number. It is missing something. Find the missing condition and fix the pseudo code.


Declare Count As Integer


Declare Number As Float


Declare Inverse As Float


Set Count = 1


Do


Write "Enter a number: "


Input Number


If Number > 0


Set Inverse = 1/Number


Else


Set Inverse = (−1)/Number


End If


Write Inverse


Set Count = Count + 1


While Count




May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here