Create flowcharts for Exercises 32 and 33 and compare them. Are they the same or different? What is the output of code corresponding to the following pseudo code if the user’s name is Sammy? Declare...



Create flowcharts for Exercises 32 and 33 and compare them. Are they the same or different?



What is the output of code corresponding to the following pseudo code if the user’s name is Sammy?


Declare Dash As Character


Declare Count As Integer


Declare Number As Integer


Declare Name As String


Set Dash = "–"


Set Count = 1


Write "What's your name?"


Input Name


Set Number = Length Of(Name)


While Count


Write Dash


Set Count = Count + 1


End While


Write Name


Set Count = 1


While Count


Write Dash


Set Count = Count + 1


End While







May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here