/* Calculate the tax due or the refund for family based on the following imaginary formula 1. For each dependent deduct $1,000 from income,...
/* Calculate a student's average score for a course with 4 quizzes, 2 midterms and a final. The quizzes are weighted 30%, the midterms 40%,...
/*Calculates the total sale given the unit price, quantity, discount, and tax rate @author: Sudhir @Date and time: 1/8/2011 4:04:06 PM...
where is the wrong code??? #include<stdio.h> func() { return printf("Hi"); } main() { void *fptr=func; (*fptr)(); } errors by...
Enc.java package Obj5_1; public class Enc { //Instance variables declared as private private int x=6;...
package Obj1_3_1_4; public class ArrEx { // Arrays are can be declared like this int[] a; int b[]; int[][] c; int[] d[][];...
I've been writing a program for implementation of Optimal page replacement algorithm i'm including the file contains the logic i've used and also...
I wrote a program which implements Optimal page replacement algorithm i'm mentioning what is Optimal page replacement algorithm and the code...
First one is charecter stuffing I got this program executed successfully but One lock within the input string and if I use more than one lock...
I wrote a C program implementing charecter stuffing i'm providing a file contains everything i've followed to write the program i need someone...
Separate names with a comma.