🔒 Closed Pa solve naman po to guys walang binigay na example un teacher pls pa solve po.

Status
Not open for further replies.
public class MultiplyTwoNumbers {

public static void main(String[] args) {

float first = 1.5f;
float second = 2.0f;

float product = first * second;

System.out.println("The product is: " + product);
}
}



Ganyan ata 😂 napulot ko lang
 
Simple na yan tutoy effort ka naman, anyway ito sa C# ikaw na bahala gawin mo sa Java. ganito lang idea niya


int num1, num2,;

Console.Write("Input the first number: ");
num1 = Convert.ToInt32(Console.ReadLine());

Console.Write("Input the second number: ");
num2 = Convert.ToInt32(Console.ReadLine());



int result = num1 * num2 ;
Console.WriteLine("Output: {0} x {1} = {2}",
num1, num2, result);
 
Lods mag multiply ka lng sa Number 1 tapos ikaw na din bahala mag initialize ng value na usto mo. Tapos yung sa number 2 lods print print lng yan. Initialize ka ng String at Integer then display mo accroding dun sa kailangan na output sa problem. Need mo aralin mag program on your own kasi in the end ikaw kawawa. Hope it helps.😊
 
Status
Not open for further replies.

About this Thread

  • 8
    Replies
  • 455
    Views
  • 8
    Participants
Last reply from:
PHC - GLORIOUS

Trending Topics

Online now

Members online
440
Guests online
2,839
Total visitors
3,279

Forum statistics

Threads
2,308,046
Posts
29,182,740
Members
1,192,772
Latest member
mop1920
Back
Top