filmov
tv
Beginners C Tutorials - Tutorial 5- Programming Practice/Exercise

Показать описание
This 5th tutorial is devoted entirely to more programming practices by writing two programs to reinforce previous concepts. The first program is processing two user float inputs and performing math operations(product and division) with them. The second program involves generating 6 random numbers (without loops) to represent a Lottery game. The random numbers, as mentioned in the video, needed to be seed, and the idea of including the time header at the very top as highlighted as well. Please enjoy.