SUBMIT CONTENT
Latest Posts
The AI Job Boom: 10 High-Paying Careers That Didn’t Exist 3 Years Ago
00:31
0
Older Posts
Home
Subscribe to:
Posts ( Atom )
Popular Posts
Develop a java program to create a class "Book" having data members 'author', 'title', & 'publisher'. Derive a class "BookInfo" having data members 'price', 'stock position' and a method 'show()'. Initialize and display the information for 3 objects of "BookInfo".
class Book { String author, title, publisher; Book(String a, String t, String p) { author = a; title = t; publisher = p; ...
Write a program that takes two comma - separated list of integers as input.for each integer N in the first list. The program needs to find count of its occurrence called C in the second list. The program should print the N-C for each integer
Note This Program Is written in C# class Program { static void Main(string[] args) { string list1, list2; ...
Develop a program to create a class "Fruits" with the data members 'countable' (values=Yes/No) and a method 'display()'. Derive a class "Watermelon" having data members 'price', 'quantity' and method 'show()'. Initialize & display the information for 3 objects of "Watermelon".
class Fruits { boolean countable; Fruits(boolean c) { countable = c; } void display() { System.out.println("Countab...
The Unbiased Transistor
For an unbiased transistor no external power supplies are connected to it. • We have already seen the formation of a depletion region in ...
Write a program to accept a password from the user and throw 'AuthenticationFailure' execption if the password is incorrect
import java.io.*; class AuthenticationFailureException extends Exception { AuthenticationFailureException(String msg) { super(msg)...
Develop a program to create a class "Bird" with the data members 'category' and a method 'show()'. Derive a class "Parrot" with the data members 'no_of_parrots' and a method 'show()'. Initialize using constructor and display the information.
class Bird { String category; Bird(String c) { category = c; } void show() { System.out.println("Category: " +...
Simulator of Virtual Lab - IIT Kharagpur Logic Design and Computer Organization Download
Launch Linux 32 bit version of the simulator Download Launch Linux 64 bit version of the simulator Download Launch Windows 32 bit ve...
Develop the Java program to print the multiples of 5 between 20 and 70
class Multi { public static void main(String[] args) { for(int i = 20; i<=70;i+=5) System.out.println(i); /* Or for(...
विस्तार स्लॉट और कार्ड - Expansion slots and Cards
मदरबोर्ड पर कैबिनेट के अंदर रखा। उन्नयन और इस तरह के ग्राफिक्स या साउंड कार्ड के रूप में नए कार्ड जोड़ने की अनुमति देता है। धातु वसंत उंग...
अंक प्रणाली - Number System
एक अंक प्रणाली (या संख्यान की प्रणाली ) एक है लेखन प्रणाली संख्याओं को व्यक्त करने के लिए; कि, एक है गणितीय संकेतन का प्रतिनिधित्...
Powered by
Blogger
.
Featured Post
The AI Job Boom: 10 High-Paying Careers That Didn’t Exist 3 Years Ago
Copyright ©
LetML.
Blogger Templates
Designed by
OddThemes