
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Information about lab assignment 10 for csce 150a - problem solving using computers course in spring 2009. The assignment involves creating a file named stringtest.c and writing the main method to perform string manipulation tasks, such as creating a string buffer, inputting a string from the user, converting all lower-case letters to upper-case using a for loop, and printing the converted string.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

For this problem, you will create a file stringtest.c and write the main method to perform the following actions. (Hint: after each bullet, compile and run your program to be sure your code is correct to that point.)
Sample Input/Output (the user types any numbers following a colon)
Give me a string: Hello! Your converted word: hELLO!