Psychology, asked by harshitadaswani, 12 hours ago

Pen down your thoughts for the following statement “You don’t have to be amazing to begin, but you must begin to be great.​

Answers

Answered by itzmecuterose
3

Answer:

import java.util.Scanner;

public class KboatAvgNStream

{

public static void main(String args[]) {

Scanner in = new Scanner(System.in);

System.out.print("Enter marks in Physics: ");

int phy = in.nextInt();

System.out.print("Enter marks in Chemistry: ");

int chem = in.nextInt();

System.out.print("Enter marks in Biology: ");

int bio = in.nextInt();

double avg = (phy + chem + bio) / 3.0;

if (avg < 40)

System.out.println("No stream");

else if (avg < 60)

System.out.println("Commerce");

else if (avg < 80)

System.out.println("Bio-Science");

else

System.out.println("Computer Science");

}

Answered by sakshibhongade305
0

Answer:

You don’t have to be great to start, but you have to start to be great. To know your greatness and achieve excellence, you must first do something. Time to wake up, there are no magic formulas that would turn you from who you are today and be a great entrepreneur or great athlete in a matter of seconds.

The only way to go about this is to go ahead and start with it. Just take the first step. If you want to be a successful entrepreneur, do your research, ask people, and set up your business. If you want to be an athlete, go ahead and train, or ask a trainer to help you.

You simply need to start in order to see the finish line and find out how great you can be.

Similar questions