1 2 3 4 5 6 7 8
#include <stdio.h> #include <cs50.h> int main(void) { int start = get_int("Starting number of llamas: "); int end = get_int("Ending number of "); }