Help me pls It is my homework:(
question1)(Finding the smallest n such that n2 > 12000) Use a while loop to find the smallest integer n such that n is greater than 12,000.
2)Finding the largest n such that n3 < 12000) Use a while loop to find the largest integer n such that n is less than 12,000.
3)(Computing future tuition) Suppose that the tuition for a university is $10,000 this year and increases 5% every year. Write a program that uses a loop to compute the tuition in ten years. Write another program that computes the total cost of four years' worth of tuition starting ten years from now.
4)(Finding the two highest scores) Write a program that prompts the user to enter the number of students and each student's name and score, and finally displays the student with the highest score and the student with the second-highest score.
I hope answers :(((