I've got the string functions working I just can't get the loop to work...
I've even tried to make it so it prompts the user how many times they want to decode the resistors, then do it that many times, but that still won't work... I get an error after I enter the number of times... here's the...
here's what I got... But I gotta incorporate a while loop so the user can decide whether to run this more than once or not. I wrote a do-while loop, but it's not working... the do-while is in bold:
#include <stdafx.h>
#include <stdio.h>
#include <string.h>
#define STRING 8
#define error -1...
I am trying to write a program that takes words from a text file and prints each one on a seperate line of an output file followed by the number of letters in the word. Any leading or trailing punctuation must be left out. When all the text has been processed, I have to display on the screen a...
I am trying to write a program that will find the largest value in an array, and also will display the subscript of the largest value. I can find the largest value, but I have been working for the past 4 hours trying to get the subscript to display... anyone know how to go about this, without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.