Ask Question

Write the definition of a method printdottedline, which has no parameters and doesn't return anything. the method prints to standard output a single line (terminated by a newline) consisting of five periods. write the definition of a method, printdottedline, which has no parameters and doesn't return anything. the method prints to standard output a single line (terminated by a newline) consisting of five periods.

+3
Answers (1)
  1. 21 August, 23:37
    0
    Void printdottedline ()

    {

    printf (" ... / n");

    }

    void printdottedline ()

    {

    printf (" ... / n");

    }
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write the definition of a method printdottedline, which has no parameters and doesn't return anything. the method prints to standard output ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers