English, asked by nsubhashree696, 1 day ago

Read the following conversation and complete the passage given below.
(3)
Rohit: Sonam, Please help me in my work.
Sonam: What type of help do you want?
Rohit: Can you help me in doing my assignment today?
Sonam: Yes sure. I will.
Rohit requested sonam ( a )
Sonam asked him (b)
Rohit further asked her (c) Sonam assured that she would.​

Answers

Answered by rajkumardhiman021
0

Answer:

class NumberPat2

{

public static void main(String arg[])

{

for (int i = 1; i <= 5; i++)

{

for (int j = 5; j >= i; j--)

{

System.out.print(j);

}

System.out.println();

}

}

}

Similar questions