Write a program to generate the following sequence :
1
4
7
Answers
Answered by
0
Answer:
class one
{
public void main ()
{
System.out.println("1");
System. out.println("4");
System. out.println("7");
}
}
Answered by
0
The answer is in the given picture. Hope this answer helps you :) Kindly Mark this answer brainliest
Attachments:
Similar questions
Computer Science,
3 months ago
Computer Science,
3 months ago
Hindi,
6 months ago
Math,
6 months ago
Science,
10 months ago