Search:

Type: Posts; User: Twiggy220

Search: Search took 0.01 seconds.

  1. This is the part of my code where I have the...

    This is the part of my code where I have the floating numbers entered in my array.


    #include <iostream>
    using namespace std;
    int main()
    {int opponents, odds;
    char firstcard, secondcard,...
  2. Keeping Floating Numbers From Converting

    I am writing a program that gives the user a number depending on the inputs they enter. In my matrix the numbers are entered in as floating numbers and when I run the program it converts the floating...
Results 1 to 2 of 2