How do I find the number in the tens. Or hundredth place using C++ program?
By HiddenIpex at Jun 10 2021
a program to find the numbers of positive, negative, odd and even numbers in a set of numbers in C
By Chad Goyette at Jun 23 2021
Write a program in C to read 10 numbers from the keyboard and find their sum and average
By Saif hossain Likhon at May 24 2023
Modify the program so it also prints the number of A, T, C, and G characters in the sequence in python
By Rosalie Batz at Jul 23 2021
C program to read name and marks of n number of students and store them in a file.
By Minnieon at May 07 2021
Write a c++ program that reads a sentence (including spaces) and a word, then print out the number of occurrences of the word in the sentence
By Ellis Koelpin at Dec 11 2020
write a c++ program that reads ten strings and store them in array of strings, sort them and finally print the sorted strings
By Ellis Koelpin at Nov 16 2020
in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why?
By blachwater at Nov 15 2020
in tk.Button(self.frame, text = text, command= lambda:self.new_window(number, _class)).grid(padx= 5, pady= 5, sticky= N + E + W + S) File "C:\Users\CSB\Desktop\python program\triple_window.py", line 50, in new_window
By Judith Bayer at May 31 2021