Showing posts with label Lectures. Show all posts
Showing posts with label Lectures. Show all posts

Monday, December 17, 2012

Use of if logical operators

1st about discount using if and logical operators
#include <stdio.h>
#include <conio.h>

void main()
{
int ppi;
int ib;
int tp;
int dis;
clrscr();

printf("price per item\n");
scanf("%d",&ppi);
printf("items bought\n");
scanf("%d",&ib);


tp=ppi*ib;

printf("total price =%d\n",tp);

if(ib>1&&ib<=15){
dis=tp-(tp*5)/100;
printf("discounted Price %d",dis);

Wednesday, December 12, 2012

Logic Gates ICT 4 Presentations Complete

Number Systems 2 Sir Zahid

Logic Gates Lecture Sir Zahid Itc

itc Lecture Sir Zahid logic Gates 2

lectyre 1 slideshow of itc

ITC Course Lecture On Softwares

Note: Your Browser must support java script to view this document.