Season chart using hashes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Season chart using hashes

seasons = { [20,"March"] => spring, [20,"June"] => summer, [20,"September"] => autumn, [20,"December"] => winter } for example spring starts from 20 March etc can someone make a code to display current season on the screen using above hashes and send it to me for e.g today is 4th jul and it is in summer. that will make a great example for this lesson

4th Jul 2018, 7:49 PM
Aurangzaib Baloch
0 Answers