Lecture notes for BTech, B Sc students
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...
Download Supply Chain Management PDF Notes: A supply chain refers to the journey of a product starting from its conception to its sale in the market. It includes all the in-betweens from conception...
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...
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...
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...
HTML lecture notes
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...
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...
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...
HTML Lecture Notes PDF: Are you looking to access web pages for HTML Lecture notes all over and fed up? Don’t Worry as we will guide you on this and be with you in your way of preparation. Through...
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...
Big data notes for cse
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...
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...
Big Data Notes for CSE: Students on a hunt to get hold of the Big Data Notes and Study materials For Computer Science Engineering can avail the best resources for their revision or preparation...
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...
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...
Python Program to Print Series 1, 2, 4, 8, 16, 32…n