Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Write a function called digit_counter

1 visualización (últimos 30 días)
RUTARAKA GIDEON
RUTARAKA GIDEON el 4 de Mzo. de 2018
Cerrada: Walter Roberson el 4 de Mzo. de 2018
Write a function called digit_counter that takes the name of a text file as input and returns the number of digits (i.e., any of the characters, 0-to-9) that the file contains. If there is a problem opening the file, the function returns -1. WARNING: if you use the ‘w’ flag with fopen, as opposed to ‘r’, you will overwrite the file. The grader uses your own m files to check your function, so be careful!

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by