Search:

Type: Posts; User: Jason Dang

Search: Search took 0.01 seconds.

  1. Oh totally sorry about that. I didn't even need...

    Oh totally sorry about that. I didn't even need to be using that anyway. I rewrote the program from scratch. Here is the new code.



    #include <stdio.h>
    #include <cs50.h>
    #include <string.h>...
  2. wgiven a person’s name, prints a person’s initials

    Hi there! I'm having troubles with my code. I am trying to write up a program that prints out a person's initials, given a person's name. Nothing appears after running the code and inputting...
  3. Hey algorism! Thanks for the heads up. Yea it's...

    Hey algorism! Thanks for the heads up. Yea it's behaving odd when I enter 0.15. It keeps spamming 2 in the terminal. Why is that?
  4. Thanks a bunch! That actually fixed my problem!

    Thanks a bunch! That actually fixed my problem!
  5. Calculate the minimum number of coins required to give a user change

    Hi there! I'm trying to work out this problem where I have to calculate the minimum number of coins required to give a user change. I compiled my program with no errors. The thing is whenever I input...
Results 1 to 5 of 5