Recent content by Marta

  1. M

    Can someone check my work for me ,my program wont run

    #include<stdio.h> main() { int zipcode,numdem,numrep,sum ; double perdem, perrep; While(zipcode!= -1111){ printf("please enter zipcode"); scanf("%d",&zipcode); printf("please enter numdem)' scanf("%d",&numdem); printf("please enter numrep"); scanf("%d",&numrep); zipcode...
  2. M

    Programming Help: Solving y = 5 (x/10)3 for x - Marta

    please help with this using C I have to write a program to compute values of formula y=5(x/10)^3 1. I have to give my name 2.use values starting with -4 to 3 increase by 0.5 3.each value should compute the coresspoding y value 4. the message should say if the value y is exactly 0 ...
  3. M

    Programming Help: Solving y = 5 (x/10)3 for x - Marta

    c language this is for C language . and I don't know how to write a program for these two tasks. which is whati need help with
  4. M

    Programming Help: Solving y = 5 (x/10)3 for x - Marta

    Can someone help me with this, I have to write a program that computes values of a formula that expresses y in terms of x the formula is y = 5 (x/10)3 ; the 3 is to the 10^3 . also , my program need to find which of the y values is closest to 1 ( either larger or smaller ). then print...
Back
Top