Aditya Sharmaxdcoder.hashnode.dev·Jan 8, 2024Exploring Even Numbers in C++: ExplainedIn the world of programming, understanding the basics is crucial, and one fundamental concept is working with numbers. In this blog post, we'll delve into the realm of even numbers using the C++ programming language. Even numbers, those divisible by ...10 likesGeneral Programming
Suryabsurya.hashnode.dev·Jan 5, 2024My Zoho interview experience for fresher, on-campusHi there, welcome to my first blog post! Zoho recently visited our campus at Sathyabama Institute of Science and Technology, and I was filled with both excitement and nervousness about the opportunity. The initial process at college emphasized strong...1 likezoho
Aditya Sharmaxdcoder.hashnode.dev·Jan 3, 2024JavaScript program to find Compound InterestHi guys, today I was solving some aptitude problems and suddenly an idea struck to my mind, why not create programs that'll solve aptitude problems. So letting my intrusive thoughts win, I created this basic compound interest calculator using our bel...31 readsJavaScript MethodsJavaScript
Abdul Ahad Sheikhpgdacmate.hashnode.dev·Apr 25, 2023PGDAC | Aptitude | SquaresIn this blog, we will be going over how to find the Squares and Square roots of numbers Prerequisites ⭐️ You must by-heart the squares till 25. 1116216 2417289 3918324 41619361 52520400 63621441 74922484 86423529 98124576 1010025625...150 readsPGDAC
Phanee Chowdaryphanee.hashnode.dev·Jun 8, 2022Number SystemTypes of numbers: Real Numbers: Rational numbers. Irrational numbers. Rational Numbers: Real numbers that can be represented as a simple fraction (p/q). Natural numbers : n > 0 ; [1,2,3,4...] Whole numbers : n >= 0; [0,1,2,3...] Integers : Co...31 reads#Aptitude