Ask Question
25 December, 12:28

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.

+1
Answers (1)
  1. 25 December, 12:43
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers