 |
Subhojit Dey |
Lives in : Kolkata, West.Bengal,
INDIA
|
Miscellaneous : St.Stephen's.School |
|
|
|
|
|
|
|
Life Goals : Be self sufficient
|
|
import java.io.*;
class Library{
int acc_num;String title;String author;
public void input(){
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter the accession number of the book");
acc_num=Integer.parseInt(br.readLine());
System.out.println("Enter Title");
title=br.readLine();
System.out.println("Enter author");
author=br.readLine();}
public void compute(){
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter number of days late");
int a=Integer.parseInt(br.readLine());
int b= 2;
int c=b*a;}
public void display(){
System.out.println("Accession"+'\t'+"Title"+'\t'+"Author");
System.out.println(acc_num+'\t'+title+'\t'+author);}
public static void main(String args[])throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
Library obj=new Library();
obj.input();
obj.compute();
obj.display();}}
|
|
Bengali,English,Hindi(Vocabulary)
|
|
|
ICSE Class X Board Specimen 2015 : Chemistry |
|
You will remember that the difference between an aldehyde and a ketone is the presence of a hydrogen atom attached to the carbon-oxygen double bond in the aldehyde.Ketones don't have that hydrogen. The presence of that hydrogen atom makesaldehydes very easy to oxidise.
My times up still im here helping the juniors...gosh!!
rohandey12
|
ICSE Class X Board Specimen 2015 : Chemistry |
|
i dont really remember the logic which was in my mind last year but the net shows both having same structure so the answer is debatable but since majority is also going with my answer go with it i suggest...thank u..
rohandey12
|
|
|