I want to become an AI native developer
MATHEMATICAL EQUATIONS.
ASSIGNMENT ON THE BASIC EQUATIONS AND BASIC CODES Rohini barla website.
PLAYED 2048 GAME AND OBSERVATIONS ON THAT LIKE MICRO ANIMATIONS,COLOURS,CONTROLS,RULES ETC
EXPLANATION ABOUT STATIC DYNAMIC WEBSITES AND DIFFERNT TYPES OF APPS IN MOBILE,DESKTOP
DISCUSSIONS ABOUT THE TODAY CONCEPTS
EXPLANATION ABOUT HTML CODE AND CONCEPTS:HEAD,BODY,PARAGRAPH,BREAK
Solving puzzles on gold plate into 5 equal parts,fixing a pole at center for a circular ground,painting a cirucular sitting area as 5 equal parts.
Algorithm format explanation and basics practice
Explanation about the End user experience concept
Explanation about sum of 2 numbers and product of 3 numbers algorithms and practice on the examples.
Discussion about the today topics
Updated the today work status at Html code and in Github.
learned about if condition
1) wrote a algorithm called " to find the n natural numbers". Using if condition
2)first principle of algorithm- End user experience(UX)
3)second principle of algorithms - meaningful variable names and redability.
4)wrote the program for printing even numbers upto n.
1)practiced how the print statement works.
2)wrote the program for printing even numbers upto n.
2)wrote the program for printing odd numbers upto n.
1)practiced how the print statement works.
2)wrote the program for printing n even numbers.
3)attended RTIH hub for ai bot seminar conducted by AI Vizag Hub Team
sunday
1)wrote the program for printing the n even numbers version 2
2)wrote the program for printing the n odd numbers version 1
3)Watched the video about How your goals can trap you.
The summary were made by **Sadhguru**.
video link.
He shared these key insights during a talk where he addressed students and business leaders, arguing that people should prioritize being **absolutely devoted to the process** of what they are doing rather than being fixated on a "meager" or borrowed finish line.
1)wrote the program for printing the n odd numbers version 2
1)wrote the program for printing the sum and product
1)wrote the program for printing the multiles of 7
2)wrote the program for printing the multiplication table of 5
1)wrote the program for printing the table book upto 20 tables
2)Updated daily work in github.
1)wrote the program for n square series upto n
2)wrote the program for n square series for n
3)Learn linux commands. Those are
pwd -- present workind directory
mkdir --make a directory.
cd -- change the directory.
cd .. -- come out of the present directory.
ls -- list of file name in present working directory.
cat -- to open the message in the file.
echo "msg" > filename.txt -- createing file and enter the first message.
echo "msg" >> filename.txt -- -- createing file and enter the second message.
touch -- to create the empty file.
rm -- remove the file name.
4)learn git commands. Those are
git clone "link of repositary" --to clone the repo.
git status -- to check the file status.
git add file name --to add specific file name.
git add . --to add all the files in the repo.
git commit -m "message of commite" --to commit the changes.
git push -- to push the changes
sunday
1)wrote the program for n power n series upto n
2)wrote the program for n power n series for n
1)wrote the program for fabinooci series upto n
2)wrote the program for fabinooci series for n
3)wrote the program for greatest of 2 numbers version-1