question1.py Write pseudocode and Python to convert Celsius to Fahrenheit. Input : One number representing temperature in Celsius Output : Temperature in Fahrenheit question2.py Write pseudocode and Python by Given four different integers, find the largest number. Input : Four integers A B C D. Output : Print the largest number. question3.py Write a pseudocode and a Python that asks the user to input two integers and then calculates and prints the result of their multiplication. Input : Two integers Output : The result of multiplying the two numbers question4.py Write a pseudocode and a Python that Given a student’s score, print the grade: A: ≥ 95 B: ≥ 85 C: ≥ 75 D: ≥ 70 F: < 70 Input : One integer score. Output: Print the grade. question5.py Write a pseudocode and a Python program that asks the user to input an exam score. The program should determine whether the student passes or fails based on the following rule: A score of 70 or above → Pass A score below 70 → Fail Input : Exam score (integer) Output : Result (Pass or Fail) question6.py Write a pseudocode and Python program that asks the user for a number and prints all even numbers from 1 to that number. Input: One integer number Output: All even numbers up to the given number question7.py Write a pseudocode and a Python program that asks the user to input five scores. The program should calculate and display the average score. Input : Five scores (integers) Output : The average of the five scores question8.py Write a pseudocode and a Python program that asks the user to input the length, breadth, and height of a cuboid. The program should calculate and display the volume of the cuboid. Input Length (float) Breadth (float) Height (float) Output : The volume of the cuboid make the code simple without ai-feedback so it looks like i wrote it , use my name RYU 8A and make it simple straight up basic coding