
Quescol
@quescol
Followers
8
Following
47
Media
14
Statuses
71
An Educational Website that provide well structure notes and previous year question answers.
india
Joined October 2021
Wishing you a Pongal filled with the joy of harvest, the warmth of traditions, and the sweetness of new beginnings. May your life be as vibrant and bountiful as the colors of Pongal! πΎπβ¨ #HappyPongal #FestivalJoy #festival2024 #pongal2024 #january
0
0
0
Soaring high with joy as the sun takes its celestial journey. Wishing you a harvest of happiness, sweetness of til-gud, and the warmth of Makar Sankranti. May your life be as vibrant as the kites in the sky! πͺβοΈβ¨.#MakarSankranti #FestivalOfHarvest #happymakarsakranti
0
0
0
Wishing you a harvest of happiness and a bonfire of joy this Lohri! May the warmth of the festive flames fill your heart with prosperity and the melody of celebrations resonate with love. Happy Lohri! π₯πΎβ¨ .#LohriCelebrations #FestivalOfJoy #happylohri #lohri2024
0
0
0
Take a look on this post in Java Programming Language to replace spaces of string with a character. It helps you to clear your technical round interview for your dream company. #TechCommunity #technology #coderslife #engineering #SoftwareEngineering.
quescol.com
To replace Blank Spaces of String with given character in java we will use replace() method and without replace method of java. str.replace(' ', ch) is the syntax of replace method.
0
0
1
Join the chat revolution, secure more time and let the conversation begin!. @quescol.#ChatGPT #AIConversations #technology #engineering #TechCommunity #codingchallenge #CodingMeme #techno #coderslife #engineeringlife #engineeringmemes
0
0
1
Checkout our latest posts to check character is vowel or constant in Java Programming Language. Comment down your problem statement and also share with your peers.#problemsolvingskills #interviewpreparation.
quescol.com
To check input character is vowel or consonant, We will take a input from user. Now comapare to check if it belong to vowel, Otherwise print it is consonant.
0
0
2
Check latest post related to string on our website, it helps you to strengthen your basic coding and helps you to secure higher marks in BCA, BE/B.tech semester exams. #programmingjourney #javaprogramminglanguage #java #techcommunity #codinglife .
quescol.com
In this tutorial you will learn writing palindrome string program in java. A String is called as palindrome if its reverse is same as original string. eg: "peep"
0
0
1
Visit our website and checkout the latest post on string, to check given strings are anagram are not. Get ready for semester exams and interview preparation. #TechCommunity #technology #codingcommunity #codinglife .
quescol.com
Here you wil learn writing anagram program in java. Two strings can be called Anagram if the same character with the same occurrence in both string. eg. quescol and colsque
0
0
1
We updated our website with latest post, here you will learn how to write a program to count occurrence of given character in a string. Comment down your problems, we will definitely work on it. #codingcommunity #codingchallenge #codinglife #codingisfun .
quescol.com
In this tutorial, you will learn writing Java Program to count occurrences of a given character in a string. For the string "banana" and character a, occurrence of 'a' is 3.
0
0
1
Welcoming the New Year with open arms and a heart full of hope. May the next 365 days be filled with joy, growth, and endless possibilities. Here's to new beginnings, fresh adventures, and writing a beautiful chapter in the book of life.πβ¨.#NewYearNewJourney #2023Adventure
0
0
1
Checkout the latest post here to remove a given character from a string in Java Programming language. You can also learn programs in different languages. Get ready to got placed in your dream company. #interviewquestions #programmer #programmingchallenge .
quescol.com
In this tutorial you will learn writing Program in Java to remove a specific character from string. from "quescol" after removing 'e' output would be "quscol"
0
0
1
Check latest post on our website, here you will learn how to calculate simple interest program in Java programming language. #codingchallenge #codinglife #programminglife #programmingjourney #codingcommunity .
quescol.com
To calculate Simple Interest Program in Java, we will use simple interest program SI = (P*T*R)/100.
0
0
1
We updated our website with new post, to check given year is leap year or not. Easily defined and easy to understand programs on our website. Together we will make it easier to get placed. #codingcommunity #CodingJourney #CodingSkills #programmingchallange.
quescol.com
For the input year 2021, the year 2021 is the not a factor of 400 or 100 or 4, so the remainder when 2021 is divisible by 400or 100 or 4, will never be 0. Hence the year 1900 is not a leap year.
0
0
1
Checkout our latest post on website, to find GCD of two numbers using recursion function. You can find more basic coding problems on our website. Follow our more social media pages. #codingcommunity #CodingJourney #codinglife #programmingchallenge.
quescol.com
In this post, we learned two ways to find the greatest common divisor (GCD) of two numbers using recursion in Java programming language.
0
0
1
Checkout the new post, to calculate HCF or GCD of given input numbers. Beginners get ready to solve your basic coding problems easily. Follow our social media pages for more updates. #CodingJourney #codinglife #programming .
quescol.com
In this tutorial we wil learn writing java program to calculate HCF/GCD of two number. For the input 2 and 6, our output will be 2 as 2 is highest common factor.
0
0
0
We updated our website with new post i.e., find LCM of given input number. It helps you to secure higher marks in semester and our website is also full of various previous year questions. #CodingJourney #javaprogramming.
quescol.com
In this tutorial we will learn writing java program to calculate LCM of the given number. For the input 4 and 3 LCM output will be 12 as 12 is least comman multiple of 4 and 3.
0
0
1
See new post on our website, to calculate square root of given input number. Follow our Linkedin, Twitter, Pinterest, Instagram and Facebook pages for more information and also share with your collegemates. #codinglife #coder #CodingJourney #CodingSkill.
quescol.com
In this tutorial we will learn writing java program to calculate squareroot of number. To calcualte square root we will use Math.Sqrt() function.
0
0
1
Check our latest post on our website, simply defined and easy to understand for beginners. Follow our Linkedin, Twitter, Instagram, Facebook, Pinterest page, share and also comment down your problem. #codinglife #javaprogramminglanguage #javaprogrammer.
0
0
1
Checkout latest post on our site, to find square of given input number. Share with your peers and comment down your doubts. Follow our Instagram, Facebook, Pinterest, Linkedin and Twitter pages. #CodingJourney #codinglife .
quescol.com
To calculate sqaure our program will take one integer as an input and return the output after calculating the sqaure. Square can be calcuated by multiplying to number itself once.
0
0
1
We just updated our website with this latest post. It helps you to clear doubts in problems of calculating power. Easy to understand and Well-defined programs are available on our website, Please Check and share with your peers. #CodingCommunity .
quescol.com
To calculate power in java we will be using POW() method. POW() mehtod take two paramter as an input POW(5,3) where 5 is base and 3 is exponent and return power after calculation. Here it will return...
0
0
1