Skip to main content
deleted 5 characters in body
Source Link
Atif
  • 915
  • 1
  • 6
  • 12

Computer programming is a way to solve problems. People pay you money to solve their problems.

You need to make the connection between some code you wrote and a potential problem that could be solved with that. It doesn't have to be too fancy or complex, but this connection will be clearer to your dad than showing him a game or library method. Examples:

  1. A simple web application. Work through a tutorial of a programming book, and it will show how to make a web-app for a pretend store.
  2. Make a simple calculator program
  3. Make an address book program that keeps your contacts
  4. Make a calendar program
  5. Make a mathMath equation program. I don't know what level of Math you are on, but one of the first programs I worked onmade was for finding the hypotenuse of a triangle.

After you do something like that (or simpler), you can show that you can customize these programs yourself with your programming knowledge.

Computer programming is a way to solve problems. People pay you money to solve their problems.

You need to make the connection between some code you wrote and a potential problem that could be solved with that. It doesn't have to be too fancy or complex, but this connection will be clearer to your dad than showing him a game or library method. Examples:

  1. A simple web application. Work through a tutorial of a programming book, and it will show how to make a web-app for a pretend store.
  2. Make a simple calculator program
  3. Make an address book program that keeps your contacts
  4. Make a calendar program
  5. Make a math equation program. I don't know what level of Math you are on, but one of the first programs I worked on was for finding the hypotenuse of a triangle.

After you do something like that (or simpler), you can show that you can customize these programs yourself with your programming knowledge.

Computer programming is a way to solve problems. People pay you money to solve their problems.

You need to make the connection between some code you wrote and a potential problem that could be solved with that. It doesn't have to be too fancy or complex, but this connection will be clearer to your dad than showing him a game or library method. Examples:

  1. A simple web application. Work through a tutorial of a programming book, and it will show how to make a web-app for a pretend store.
  2. Make a simple calculator program
  3. Make an address book program that keeps your contacts
  4. Make a calendar program
  5. Make a Math equation program. I don't know what level of Math you are on, but one of the first programs I made was for finding the hypotenuse of a triangle.

After you do something like that (or simpler), you can show that you can customize these programs yourself with your programming knowledge.

Source Link
Atif
  • 915
  • 1
  • 6
  • 12

Computer programming is a way to solve problems. People pay you money to solve their problems.

You need to make the connection between some code you wrote and a potential problem that could be solved with that. It doesn't have to be too fancy or complex, but this connection will be clearer to your dad than showing him a game or library method. Examples:

  1. A simple web application. Work through a tutorial of a programming book, and it will show how to make a web-app for a pretend store.
  2. Make a simple calculator program
  3. Make an address book program that keeps your contacts
  4. Make a calendar program
  5. Make a math equation program. I don't know what level of Math you are on, but one of the first programs I worked on was for finding the hypotenuse of a triangle.

After you do something like that (or simpler), you can show that you can customize these programs yourself with your programming knowledge.