In the Computer Science Branch of the JFK Tech Association, we pursue various coding projects split into two main categories: 1) Hackathons 2) USACO. You can also join this branch to just learn to code for fun!
- Vennela Jonnala
USACO info & prep sessions
Algorithms and data structures lessons
Hackathons (work with teams to develop a solution to some problem)
App development workshops
Or: propose and pursue your own project!
Q: Write an application that inputs three integers from the user and displays the sum, average, product, smallest and largest of the numbers. Use the techniques shown in Fig. 2.15 . [Note: The calculation of the average in this exercise should result in an integer representation of the average. So, if the sum of the values is 7, the average should be 2, not 2.3333….]
A: https://stackoverflow.com/questions/25675043/write-an-application-that-inputs-three-integers-from-the-user-and-displays-the-s