Posts

Swap two numbers without using 3rd variable program in java

Swap two numbers without using 3rd variable  program in java.     import java.util.*;    class Swap  {              public static void main(String args[])                {                       int x, y;                       System.out.println("Enter x and y");                       Scanner in = new Scanner(System.in);                   x = in.nextInt();                       y = in.nextInt();                    System.out.println("Before Swapping\nx = "+x+"\ny = "+y);            x = x + y;           y...

simple Java programs for daily life solution....

Hotel  management program that asks the user to input which type of room you want to stay in the hotel. import java.util.*; public class Main { public static void main(String[] args) { int Room=0,rent=0; Scanner sca=new  Scanner(System.in); System.out.println("Enter your choice"); System.out.println("1.FamilyRoom"); System.out.println("2.Single Room"); Room=sca.nextInt(); if(Room==1){ rent=2000; System.out.println("Family Room Rent is "+rent); thanks(); } else if(Room==2){ rent=1000; System.out.println("Single Room Rent is "+rent); thanks(); } else{ System.out.println("You entered wrong number"); thanks(); } } /*method for thanks */ static void thanks(){ System.out.println("===<<><>>==="); System.out.println("Thanks To be Here"); System.out.println("===<<><>>==="); } }

Tablet Mode of windows 10 and Multi Tasking

Image

Wow amazing tiny Device to track Your Car

Image
Tiny Device Allows You To Track Your Car Using Your Smartphone "" This is The Most Affordable Solution to Find Your Lost Items!"" Have you ever lost your car on a parking lot? It happens. You park and go shopping. When you get back, you don't have a clue where your car is. Then you start roaming around clicking on the panic button on your car keys so the alarm goes off. It can be frustrating, especially on a hot, sunny day. No, you don't need to install an expensive GPS system to keep track of your car. That's way too expensive. You would need to pay a monthly subscription fee just to use it. Don't we have enough bills to pay already? But is there a way to track your vehicle without spending a fortune? Yes, now there is! A California-based startup company was able to make this a reality. They created a tiny device that works with your smartphone, and it could be exactly what you're looking for! What is it? It's called Track...

FACEBOOK MESSENGER TRICK YOU SHOULD KNOW

Image
Facebook Messenger Messenger is free chat room of Facebook. Messenger have many features and advantages over other chatting apps . about the basic of this app you known. but here is some features may that you don't know , lets go to show you what the these technique. Switch Account Facebook have over 1.5 billions active user . Many of the user can use more then one account , now the user want to login these all account for one place . Messenger fulfill their wishes . Now we can login many account on one messenger . Follow the below steps for doing this :- Open messenger Click on the profile icon .(in the left corner of messenger . Go to switch account . Look at the below picture To add more account click on + icon and sign .        OFF YOUR CHAT HEADS Chat heads is very good cool Features of Messenger .Its allow you , to don't open your Messenger again and again if you are busy in your smart phone ...

Introduction to Html

Introduction to Html  Many of the student wants to create the webpages . So the first is Html you should learn . lets start.... The following text are copy from Oxford  book KEYBOARD COMPUTER SCIENCE WITH APPLICATION  What is Html ? HyperText Markup Language (HTML) is a computer language used to create documents (web pages ) for display on the World Wide Web. To basic tools are needed to create html doc : and web browser view the them . 1. WYDIWYG (What You See Is What You Get) 2. TEXT EDITORS  WYDIWYG       This editors let you know  web pages with out knowing how to write html.They allow you insert image ,tables and Hyperlinks . Microsoft FrontPage and Dreamweaver are two of the popular html editors . Text Editors  You can also create HTML documents with Notepade ,WordPad ,or any other . but in this case you need to be familiar with HTML coding. 

Letters and parts of letters

Letters Letters are among the most important and official business documents. They are vital because: Þ    They represent your company’s public image and your competence. Þ    They are more formal in tone and structure than other types of business communication. Þ     They are official and expected medium through which important documents and attachments are sent to the reader. Þ   They are still the standard medium through which we conduct business with many international audiences. Parts of letters 1.     Heading:- The may be either your company’s letter head or your full return address. 2.    Dateline:- Spell out the name of the month on full and include the date and your 3.    Inside address:- The name and address of a person to whom the letters is being written. 4.    Salutation:- For instance dear Name, never use comma after the salutation in formal letters. 5....