Skip to content

Latest commit

 

History

History

counting-characters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Define a method named count_one_char that accepts a string and a char as inputs and returns the number of times the char occurs in the string as an int.