Tuesday 18 August 2015

18-08-2015
09-10
Differential Equations
Sir nhi aaye

10-11
Optics
1 page ka kaam aur 3 sawaal assignment me diye
Q1.Find the average value of Intensity in case of Interference.
Q2.In two coherent sources the ratio of intensity of light is 81:4.Find the value of
i)Imax/Imin
ii)Imax+Imin/Imax-Imin

11-12
C++
C++ ki jagah Computer design and architecture ki class chali 1 page ka kaam

12-02
Computer lab
Ek program likhwaya


#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
int n;
cout<<"Enter any Number\n";
cin>>n;
if(n%2==0)
cout<<"number is even "<<endl;
else
cout<<"Number is odd"<<endl;
getch();
}

02-03
Statics

No comments:

Post a Comment