Ask Question

Write the code for invoking a method named sendsignal. there are no arguments for this method. assume that sendsignal is defined in the same class that calls it.

+5
Answers (1)
  1. 1 September, 04:22
    0
    Public class Example{

    public static int sendSignal () {

    / / code goes here

    }

    public static void main (String[] args) {

    int sendSignal = send ();

    }
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write the code for invoking a method named sendsignal. there are no arguments for this method. assume that sendsignal is defined in the ...” 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