Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for popsyjohnson

hello to all my program creates a boolean for mailing and outputs "i brought my ride " when it is false i.e the customer will not like his purchase to be delivered and outputs "your purchase will be delivered " if it is true...... my problem is it outputs your …

Member Avatar for hfx642
0
110
Member Avatar for divsok

Suppose the xMethod() is invoked in the following constructor in a class, xMethod() is _________ in the class. public MyClass() { xMethod(); } A. a static method B. an instance method C. a static method or an instance method what is the answer a or b or c

Member Avatar for stultuske
0
1K
Member Avatar for popsyjohnson

[CODE]//package import java.util.*; // the main class BinaryToDecimalCalculator public class BinaryToDecimalCalculator { public static void main(String[] args) { Scanner input = new Scanner(System.in);//scanner object for input //declaration of input variables int binary, exponent=0; float decimal, total=0 , currentNumber ; boolean error =false;//check for input errors //the user inputs a binary …

Member Avatar for Ezzaral
0
94