Given the following task, which would be the most appropriate method heading? Results have been calculated for
Question:
Given the following task, which would be the most appropriate method heading?
Results have been calculated for taxAmount and totalSales. Write a method heading that accepts these values as input for display purposes.
a. static DisplayResults( )
b. DisplayResults(double)
c. static void DisplayResults( )
d. static void DisplayResults( double taxAmount, double totalSales)
e. static void DisplayResults(taxAmount, totalSales)
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle
Question Posted: