50 likes | 206 Views
Lab5. Please submit the lab before you leave Please include at a minimum your name , the date , and the lab-program number at the top of the program as a comment . Please also save each file as lab number and your name. Please submit the zip file of your programs to TA. Program I.
E N D
Lab5 Please submit the lab before you leave Please include at a minimum your name, the date, and the lab-program number at the top of the program as a comment. Please also save each file as lab number and your name. Please submit the zip file of your programs to TA Lab5
Program I • Create random string and store it in char array. String size is also random. Lab5
Program II • Create random string and then convert all lowercase letter to uppercase. Lab5
Program III • Create random string and then count how many the character user input are in the string. Lab5
(Option) Program IV • Declare char array and initialize with the sentence, “I am a boy. You are a girl.” (not using scanf) Now the program check if the word user input is in the sentence. Lab5