I'm taking the 100 days of code challenge again. I already did #100daysofcode but it stopped at 53 days. Gonna try again and I hope I make it to 100.
I have a plan to learn Core java and DSA in java, it may change although my aim is to learn 100 days consistently.
#mayavisai
I'm back after a long guilty break,
📍📍Day 15(02.08.2023)
▪️ Practiced more on Patterns, but this time in the efficient way
▪️ Learnt a cool print method, .repeat in java11
#100daysofcodechallenge#mayavisai
📍DAY 013
▪️ Solved some basic math problems like GCD,LCM,palindrome, armstrong numbers etc..
▪️ Starting on recursion.
To be honest I struggled on understanding a recursion code. Have to practice more.
#100daysofcodechallenge#java#mayavisai
📍 DAY 012
▪️ Finished with patterns, had lot of fun & frustration on completing all 22 patterns.
▪️ Solved some basic math problems, gonna continue with that tomorrow.
#100daysofcodechallenge#mayavisai
eventhough i did try to solve some patterns today, i am not considering as a Day because i re;aized that i have to spend more time.. Better day tmrw. #mayavisai
📍 Day 011(08.06.2023)
▪️ Practiced patterns again & again.
solved 10 out of 22 patterns, remaining patterns tommorrow.
#100daysofcodechallenge#mayavisai#java
📍DAY 009
Didn't learn anything new today but opened VSC wrote some code, debugged it and ran tests. Aim is to spend some time coding, without missing a day. That's it.
#100daysofcodechallenge#mayavisai
I would've solve it if I knew there was a simple functions to sum the squares(calculateSumOfSquares), change char to int(Character.getNumericValue). I was trying to write a logic for these two functions😶😓.Anyways i had fun 😂 #100daysofcodechallenge#java#mayavisai
📍DAY 006, Date 30.05.2023
▪️ Static variable.
▪️ Solved 5 very basic problems.
Then i tried to solve problems based on numbers, tried
▪️ Program to check Disarium number
▪️ Program to check happy number
It was very challenging for me🙆♂️, stuck on happy numbers program about 2 hrs. I couldn't completely solve it, but I was sooooo close, as I am starting on java I didn't know many of java functions,
📍DAY 004
▪️ Jagged arrays
▪️ 3D aarays
Used math.random to assign values to a jagged 3d array,it took some for me to understand & access the elements using indices. It was fun.
#100daysofcodechallenge#javaprogramming#mayavisai
📍DAY 003
▪️ Arrays tutorials.
▪️ Practiced on single & multi dimensional arrays.
▪️ Tried getting user input as array.
I know this is very small & slow learning but its okay, this is still a progress.
#100daysofcodechallenge#java#mayavisai