Menu

[solved]-Write Program Asks User Enter Sentence Switch Lower Case Letters Capitals Upper Case Lette Q39007835

Need in Visual Basic no other language
Write a program that asks the user to enter a sentence and then switch all lower case letters to capitals and all upper caseWrite a program that asks the user to enter a sentence and then switch all lower case letters to capitals and all upper case letters to lower. HINT: use the ASC function to tell your program which letters are upper or lower case so you can switch them. Your program should allow for multiple test cases 1 Show transcribed image text Write a program that asks the user to enter a sentence and then switch all lower case letters to capitals and all upper case letters to lower. HINT: use the ASC function to tell your program which letters are upper or lower case so you can switch them. Your program should allow for multiple test cases 1

Expert Answer


Answer to Write a program that asks the user to enter a sentence and then switch all lower case letters to capitals and all upper … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *