We are providing Lecture Notes for BTech and BSc Students. btechgeeks
Don't wanna be here? Send us removal request.
Text
Java Program to Find Perimeter of Triangle
Formula for Perimeter of Circle: side1+side2+side3.
#Java Program to Find Perimeter of Triangle
0 notes
Text
Python Program To Print Cube Number Series 1 8 27 64…N
Given a number N and the task is to print the cube number series (1 8 27 64…N) till the given number N in Python. A cube number is a number that has been multiplied by itself three times. This is also known as ‘a number cubed.’ Cubed is represented by the symbol ³.
#Python Program To Print Cube Number Series 1 8 27 64…N
0 notes
Text
How to display full Dataframe print all rows & columns without truncation
Pandas implement an operating system to customize the behavior & display similar stuff. By applying this benefits module we can configure the display to show the complete dataframe rather than a truncated one. A function set_option()is provided in pandas to set this kind of option.
#How to display full Dataframe print all rows & columns without truncation
0 notes
Text
Java Program to Print ‘Hello World’ n times by Using Recursion
Declare and initiate a static integer variable say count with the value of 0. Declare and initiate an integer variable n and assign any value to it, which holds the value of number of times the message will be printed and so on...
#Java Program to Print ‘Hello World’ n times by Using Recursion
0 notes
Text
Python Program to Print all Twin Primes less than N
We know that Prime Numbers are those with exactly two Factors. 1 and the number itself are the two Factors. Twin Primes are pairs of primes that differ by two digits.
#Python Program to Print all Twin Primes less than N
0 notes
Text
Implementing Sentinel Search in Python
Sentinel Linear Search, as the name implies, is a form of Linear Search in which the number of comparisons is decreased as compared to a standard linear search. #Implementing Sentinel Search in Python
0 notes
Text
Fibonacci search example
Searching for data stored in various data structures is an essential aspect of almost any program. When searching, there are numerous algorithms to choose from, each with its own implementation and dependence on distinct data formats.
The ability to select a specific algorithm for a given task is a critical talent for developers, and it can make the difference between a speedy, dependable, and stable application and one that crumbles due to a simple request.
#Fibonacci search example
0 notes
Text
B.Tech Second Year Notes PDF
Candidates who are in search of genuine pdf links to download Btech 2nd Year Lecture Notes for all courses can find from this article and improve their preparation or revision process. The consistent utilization of the Bachelor of technology II Year helps you avail a better understanding of the subjects and be a topper in 2nd-year semester exams.
#B.Tech Second Year Notes PDF
0 notes
Text
Programming Examples with Output
The list of 200+ C Programming Examples with Output for Beginners practice sessions is provided by BTech Geeks to enhance your coding skills. All simple c programs with output & advanced C Programming Examples prevailing here help you gain basic knowledge of C language codings such as declaring variables, functions, loops, number programs, c patterns, c language programs examples with output, c programs for practice, complex c programs, recursions examples, and many more.
# Programming Examples with Output
0 notes
Text
What are JavaBeans?
Reusability is the major concept for any programming language. Java Bean is one such software component designed for reusability in a variety of environments. This tutorial on Java Beans answers all your queries like What is Java Beans explain its advantages Exactly, their Properties, Advantages of java beans, Advantages and disadvantages of java beans, Javabean Properties, Characteristics Of Java Beans etc. all in detail.
#What are JavaBeans?
0 notes
Text
Java Program to Compute (a+b)2+(a-b)2 where Value of a and b are Given

Declare and initialize two integer variables say a and b, By using the formula compute (a+b)2+(a-b)2, and Print the result.
#Java Program to Compute (a+b)2+(a-b)2 where Value of a and b are Given
0 notes
Text
Supply Chain Management Notes

Aside from just the notes, we also have the following study materials for Supply Chain Management noted down for the convenience of students.
#Supply Chain Management Notes
0 notes
Text
C program to print triangle pattern of prime numbers
This program is similar to right triangle star pattern. The only difference is instead of printing star characters we are printing consecutive prime numbers. I will recommend that, first check how to find a number is prime number or not.
#C program to print triangle pattern of prime numbers
0 notes
Text
Java Program to Print the Series 3 6 11 18 27 … N

By using for loop. By using while loop. By using user defined method.
You can print the series 3 6 11 18 27 ... N.
#Java Program to Print the Series 3 6 11 18 27 … N
0 notes
Text
Java Program to Print Alphabet Y Star Pattern
User input character. Static star character.
These are the methods for java program to print alphabet Y star pattern.
#Java Program to Print Alphabet Y Star Pattern
0 notes
Text
Theory of Computation Lab Manual Notes

The Theory of Computation Lab Manual allows students to put to proper use the theoretical knowledge that they have learnt of the subject of Computer Science. We believe that no study is complete without inculcating in it several components, including the practical component to learn how various concepts work in real life.
#Theory of Computation Lab Manual Notes
0 notes
Text
Java Program to Find Total Notes in a Given Amount

In India, Currency notes are available in different denominations like 10 rupees note, 20 rupees note, 50 rupees note, 100 rupees note, 500 rupees note, 2000 rupees note.
In this program first we have found out from greater amount of notes towards lower amount notes.
#Java Program to Find Total Notes in a Given Amount
0 notes