Coding
public HappyBirthday Ishaan()
{
HappyBirthdayResult result;
Cake ChocholateCake;
int pieces = family_members;
for(int i=0; i<pieces; i++)
{
ChocholateCake.cutPiece();
}
foreach(Dhanuka in Dhanuka_family)
{
Dhanuka.FeedCake();
Dhanuka.TakeGift();
if(Dhanuka.age > Ishaan.age)
Dhanuka.dhok();
else
Dhanuka.pyar();
}
result = HappyBirthday.MayAllYourDreams_ComeTrue;
return result;
}
18 July 2020, my little coder turns 8 years old. We are in lockdown, what better can be other than coding for kids, spending time at the house, and learning with fun? So, Ishaan is doing coding all day and loved this coding treasure hunt surprise, that I organized for him.
Read More