Ask Question
21 March, 03:25

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.

+5
Answers (1)
  1. 21 March, 03:50
    0
    Void printdottedline ()

    {

    printf (" ... / n");

    }

    void printdottedline ()

    {

    printf (" ... / n");

    }
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers