
Btech Geeks
@btech_geeks
Followers
3
Following
25
Media
46
Statuses
499
Lecture notes for BTech, B Sc students
Hyderabad
Joined April 2021
Java Program to Compute (a+b)2+(a-b)2 where Value of a and b are Given.#JavaProgramtoComputeab2ab2whereValueofaandbareGiven #BTechGeeks.
btechgeeks.com
In the previous article we have discussed Java Program to Compute (a/b)x where Value of a, b and x are Given In this program we are going to see how to compute (a+b)2+(a-b)2 where value of a and b...
0
0
1
C program to print triangle pattern of prime numbers.#Cprogramtoprinttrianglepatternofprimenumbers #BTechGeeks.
btechgeeks.com
Write a C program to print right triangle pattern of prime numbers. In this article we have provided the basic information regarding the prime number pattern program in C, Prime number triangle...
0
0
1
Java Program to Print the Series 3 6 11 18 27 … N.#JavaProgramtoPrinttheSeries36111827N #BTechGeeks.
btechgeeks.com
2 … 3 … 6 … 11 … 18 … ?: In the previous article we have discussed about Java Program to print Series 2 4 16 256 … N In this article we are going to see how to print the series 3 6 11 18 27 … N by...
0
0
1
Java Program to Print Alphabet Y Star Pattern.#JavaProgramtoPrintAlphabetYStarPattern #BTechGeeks.
btechgeeks.com
Program to Print Alphabet Y Star Pattern In this article we are going to see how to print Y star program or how to print y pattern in java. Example-1 When row value=4 * * * * * * Example...
0
0
1
Theory of Computation Lab Manual Notes.#TheoryofComputationLabManualNotes #BTechGeeks.
btechgeeks.com
Theory of Computation Lab Manual Notes: Theory of Computation Lab Manual is an important part of the practical component of the subject of Computation Theory. While theoretical knowledge is enough...
0
0
1
Java Program to Find Total Notes in a Given Amount.#JavaProgramtoFindTotalNotesinaGivenAmount #BTechGeeks.
btechgeeks.com
In the previous article, we have seen Java Program to Calculate Total Amount After Adding Tax In this article we will see how we can find total notes in a given amount by using Java programming...
0
0
1
Java Program to Print the Series x/1-x/2+x/3-x/4+x/5-…N.#JavaProgramtoPrinttheSeries12345N #BTechGeeks.
btechgeeks.com
In the previous article we have discussed about Java Program to Print Series 4 16 36 64 100 …N In this article we are going to see how to print the series x/1-x/2+x/3-x/4+x/5-……N by using Java...
0
0
1
Java Program to Print Series 10 20 30 40 40 50 …N.#JavaProgramtoPrintSeries102030404050N #BTechGeeks.
btechgeeks.com
In the previous article, we have discussed about Java Program to Print the Series 1 2 9 28 65 N In this article we are going to see how to print the series 10 20 30 40 40 50 …N by using Java progra...
0
0
0
Computer MCQ Questions for Class 2 with Answers.#ComputerMCQQuestionsforClass2withAnswers #BTechGeeks.
btechgeeks.com
Class 2 computer mcq with answers Questions on mouse for class 2: 1. Which mouse click is used to select item? (a) Single click (b) Double click (c) Right-click (d) Drag and drop Answer: Single Click...
0
0
0
Java Program to Check a Given Number is Perfect Square.#JavaProgramtoCheckaGivenNumberisPerfectSquare #BTechGeeks.
btechgeeks.com
Square number java: In the previous article, we have discussed Java Program to Generate Random Number In this article we are going to understand what perfect square in java, Perfect Square number is...
0
0
0
Mobile Application Development Lecture Notes.#MobileApplicationDevelopmentLectureNotes #BTechGeeks.
btechgeeks.com
Mobile Application Development Lecture Notes PDF: Mobile Application Development course is the demand for my future career. Mobile app creation is expanding at a very fast rate. Students who have...
0
0
1
Python Program to Check if Three Points are Collinear.#PythonProgramtoCheckifThreePointsareCollinear #BTechGeeks.
btechgeeks.com
How to tell if points are collinear: In the previous article, we have discussed Python Program to Find Sum of Series 1^1/1!+2^2/2!+3^3/3!…+n^n/n! Given three points the task is to check whether the...
0
0
0