xaca / java_fundamentals

Curso de fundamentos de programación en java
17 stars 50 forks source link

We need some problems and code about conditions, switch, if-else, ternary operator. Easy, hard and medium #3

Open xaca opened 6 years ago

xaca commented 6 years ago

We have a free course about programming in java, we like to use this repo to organize the best problems to start learning programming. from easy to hard. So is important to make a file for each chapter in the course. The folders names are in spanish, if you need translation tell me what do yo want to participate.

NahuLD commented 6 years ago

I'd like to help. Can you be more specific about those "problems"? An example would be really appreciated.

Happy Hacktoberfest!

xaca commented 6 years ago

@NahuLD Course, we need problems, to prepare exams or learn form the basics to advance. We look for easy problems like print a message if your older that 21, tricks about conditions, teorical question about the syntaxis. And so on.

NahuLD commented 6 years ago

10 Added some exercises for Conditionals, I'll be making the rest over the course of some days.

jmlon commented 6 years ago

I have a good problem about conditionals to propose: Given two poker hands, which is the winning hand?