Search:

Type: Posts; User: magiccity77

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    3,225

    Thanks I'll this link.

    Thanks I'll this link.
  2. Replies
    21
    Views
    3,225

    I'm using the miracle C compiler.

    I'm using the miracle C compiler.
  3. Replies
    21
    Views
    3,225

    So C is not as forgiving as VB in terms of where...

    So C is not as forgiving as VB in terms of where you declare your variables. I'll keep this in mind.

    I have a new error .
    line 18: ! only for int

    I removed the exclamation point and rebuilt...
  4. Replies
    21
    Views
    3,225

    Ok to resolve that issue I did the following: ...

    Ok to resolve that issue I did the following:


    #include <stdio.h>
    #include <stdlib.h>

    int main(void)
    {
    //Set store tax variables
    float StoreTax1;
  5. Replies
    21
    Views
    3,225

    I received this error: This occured after...

    I received this error:



    This occured after I tried to run it. I thought that after each line of code that I finish that I am supposed to end with a semicolon so why is it requesting a comma or...
  6. Replies
    21
    Views
    3,225

    Thanks master5001. One final question am I...

    Thanks master5001.

    One final question am I using the print statement correctly? When msdos runs the screen is blank and nothing seems to respond. A little frustrating for me but I enjoy learning.
  7. Replies
    21
    Views
    3,225

    Thanks for pointing this out. I want 11 elements...

    Thanks for pointing this out. I want 11 elements and should have set x<10
    and I have set Store1 = 0

    Thanks this is very helpful.
  8. Replies
    21
    Views
    3,225

    I want to store the tax for each item. then...

    I want to store the tax for each item. then total up the tax amounts for each item.

    So if I have an item that is 5.00 and the tax rate is 7.25% then all i want to do is multiple the two to get...
  9. Replies
    21
    Views
    3,225

    Need help with array calculation

    Hello everyone,

    I am trying do a simple calculation using (2) arrays a for loop and a counter however I am not receiving the print results that I am looking for.

    My intent is to take a...
Results 1 to 9 of 9