/*** Saeteurn, San ecst_sfs@ecst.csuchico.edu 15b Program 1: Bar chart ***/ #include using namespace std; int stars[100];//stores the number of stars per line int size = 0; int main() { int i; for (i=0;i==i;++i) { cin >> stars[i];//retrieves inputted data ++size; if (stars[i] == 0) break;//when user enters a 0, it jumps out of loop } for (i=0;i