question archive 1)Write a program that takes your name, section and GPA as input and print it
Subject:Computer SciencePrice: Bought3
1)Write a program that takes your name, section and GPA as input and print it.
2) Write a program that initialize five different strings and perform the following operations.
a) Concatenate all five stings
b) Convert first one string to uppercase
c) Convert fourth string to lowercase
d) Find the substring from the concatenated string from 8 to onward
e) Find the substring from the concatenated string from 2 to onward
3) Write a program that takes three numbers as input write it on a file and then read from the file and print it.