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
~630 People Reached
Favorite Forums
Favorite Tags
java x 14
Member Avatar for furqanishaq

hiya i am looking if someone can help me create this in java there is an attachments alongside this

Member Avatar for stultuske
0
164
Member Avatar for furqanishaq

hi i cant get this to print out my result i get red lines underneath [CODE] operators1.setVal1(12); // sets val1 to 12 operators2.setVal2(45); // sets val2 to 45 operators2.setVal3(94); // sets val3 to 94 operators2.Calculations1(); // Calculations method being called for equation 1 operators2.Calculations2(); // calculations method being called for …

Member Avatar for zeroliken
0
121
Member Avatar for furqanishaq

hiya i need to create these if statements please can someone show me how to create them i have attached an image alongside this thank you so far i have this public class Logic2 { int Val1, Val2, Val3, Result1, Result2; // creating 1,2,3 integers public void Calculations (int Val1,int …

Member Avatar for rushikesh jadha
0
142
Member Avatar for furqanishaq

How do we write something to square these calculations Result1 = Val3-Val1sqaured; Result2 = Val3-Val2; i need to square these calculation how would i do it so it meant to look like Result1= Val3-Val1sqaured; i cant get the squared bit thank you

Member Avatar for JamesCherrill
0
88
Member Avatar for furqanishaq

hiya i stuck on this can anyone help please Result1 = (Val1*Val2)/Val3; Result2 = (Val1+Val2)-Val3; write a sperate method to print the result of the above calculation and then write a main app class to create an operator object set it up with some test data to calculate the values …

Member Avatar for DavidKroukamp
0
115