ICSE Computer Class 10 Board Paper 2025 | Paper Analysis, Answer Key, Section B Solution

ICSE Computer Class 10 Board Paper 2025 | Paper Analysis, Answer Key, Section B Solution

ICSE Computer Class 10 Board Paper 2024 | Paper Analysis, Answer Key, Section B Solution Question 7 : Define a class to overload the method print() as follows: void print () - To print the given format using nested loops @ # @ # @ @ # @ # @ @ # @ # @ @ # @ # @ double print(double a, double b) - To display the sum of the numbers b/w a and b with the difference of 0.5 e.g. if a = 1.0, b = 4.0 output = 1.0 + 1.5 + 2.0 + ........ + 4.0 int print(char ch1, char ch2) - compare the two characters and return the ASCII code of the largest character. #icsecomputer #class10boards2024 #boardsexam