Programs
Can someone give me some tasks to do. Give me a specific program you want and ill try to make it and can it be begginer friendly.
Simplest beginner level program I can think of is making a calculator.
One that can calculate the:
- Sum
- Average
- Maximum
- Minimum
Of any range of numbers you enter.
In addition to that, you can try making a prime number generator. That is, a program that is capable of calculating prime numbers or determining whether the number a user enters is a prime value or not.
Other math stuff you can try out can be based on high-school level arithmetic. Circular radii, circumference, polygon area etc.