Search:

Type: Posts; User: viryonia

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,414

    Look

    This are the instructions for the diamond.
    I did this code with a friend but I need help with it




    Create a solid diamond shape.

    You do not have to make it interactive.
  2. Replies
    2
    Views
    4,414

    A solid shape diamond

    Does anyone thinks that this is a good code to create a solid shape diamond?
    I just need to do a simple diamond with a max of 9 * in the middle of the figure

    #include <stdio.h>
    int main()
    {...
  3. Replies
    6
    Views
    1,904

    Change

    I change it, but I have tried it because I don't have a compiler in my computer.

    #include <stdio.h>
    int main()
    {

    int alpha2number(char data[])
    char value[ strlen(data) ];

    int x = 0;
  4. Replies
    6
    Views
    1,904

    Basic data types fix

    Here, I think I fix it

    #include <stdio.h>
    int main()
    {

    int alpha2number(char data[]);

    char value[ strlen(data) ];
  5. Replies
    6
    Views
    1,904

    Basic Data types continue

    Hey, how are you guys?
    I just want to tell you that you are a big help!!!!
    This is how I finished the program but I don't know if I am missing anything else
    Thank for your help

    #include...
  6. Replies
    6
    Views
    2,420

    Continue

    this is what I have so far for the program. I don't know what to do next

    /*This program translates an alphabetic phone phone number into numeric form*/

    #include <stdio.h>
    int main()
    {
    char...
  7. Replies
    6
    Views
    2,420

    Basic Data types help

    Hey, can anyone tell how to writea program that translates an alphabetic phone number into a numeric form
    I tried many things and I don't know what to do
    Please help me, I am clueless in this
  8. Replies
    1
    Views
    1,533

    Help with if statement

    I need help with this program, I don't know what to do. I am not getting the amount of tax.
    /*This is program that displays the tax due over the amount of taxable income*/

    #include <stdio.h>
    ...
Results 1 to 8 of 8