Computer Science, asked by shivanibhardwaj7880, 4 months ago

Write a program to generate the following sequence :
1
4
7​

Answers

Answered by aryanrastogi0510
0

Answer:

class one

{

public void main ()

{

System.out.println("1");

System. out.println("4");

System. out.println("7");

}

}

Answered by DarkShadow040
0
The answer is in the given picture. Hope this answer helps you :) Kindly Mark this answer brainliest
Attachments:
Similar questions