Define a Class

# Introduction In this challenge, we required to define a class that has two methods: `getString` and `printString`. The `getString` method is used to get a string from console input, while the `printString` method is used to print the string in upper case. Additionally, we need to include a simple test function to test the class methods.

|60 : 00

Click the virtual machine below to start practicing