Question: Write a program segment that displays the characters in Name except the blank. Declare Name[20] As Character Declare K As Integer Set K = 0
Write a program segment that displays the characters in Name except the blank.
![Declare Name[20] As Character Declare K As Integer Set K = 0 %3D While K < 8 Set Name [K] =](https://dsd5zvtm8ll6.cloudfront.net/si.question.images/images/question_images/1608/1/9/1/1325fdb0c9c1a7cd1608191131047.jpg)
Declare Name[20] As Character Declare K As Integer Set K = 0 %3D While K < 8 Set Name [K] = "A" %3D Set K = K + 1 End While Set Name [8] Set Name [9] = "B" %3D
Step by Step Solution
3.41 Rating (176 Votes )
There are 3 Steps involved in it
For K 0 K 9 ... View full answer
Get step-by-step solutions from verified subject matter experts
