Answers to code practice 4.2 intro to cs on edhesive
Answers
An intuitive early on course for understudies fresh out of the plastic new to programming that trains the establishments of software engineering utilizing the Python dialect.
Not exclusively will this semester-or year-long course get ready understudies for AP Computer Science An and AP Computer Science Principles, yet it will show understudies how to think computationally and take care of complex issues, abilities that are critical for each understudy.
Answer:
Explanation:
An intuitive early on course for understudies fresh out of the plastic new to programming that trains the establishments of software engineering utilizing the Python dialect.
Not exclusively will this semester-or year-long course get readyunderstudies for AP Computer Science
Ex ⬇️⬇️⬇️
public class numbers
{
psvm(String args[])throwsIOException
{
DataInputStream in=new DataInputStream(System.in);
System.out.println("enter a number");
int a=Integer.parseInt(in.readLine());
System.out.println("The next consecutive numbers are:");
System.out.println((a+1));
System.out.println((a+2));
System.out.println((a+3));
}
Hope it helps u