Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~482 People Reached
Favorite Forums
Favorite Tags
java x 4
c x 2
Member Avatar for LuisJ

import javax.swing.JOptionPane; import java.text.DecimalFormat; public class payrate { public static void main(String[] args) { String str; String name; double horasT; // horas trabajadas double rate; // rate por hora double salarioB; // el salario bruto name = JOptionPane.showInputDialog ("Entre le nombre del empleado: "); do { str = JOptionPane.showInputDialog("Entre las …

Member Avatar for JamesCherrill
0
198
Member Avatar for SalicBlu3

Hi guys, I'm not sure how to enter new entries into an array that is full. scanf() allows us to input a number. array[i] allows us to put the number into the array The problem with int array[x] is that you have to define the number of values in the …

Member Avatar for m4ster_r0shi
0
124
Member Avatar for kwadders

Hi all, I am wondering if anybody has any good links for displaying floats. I have been working with some pre-written code that has bugs in, at the company i work for. But i keep having problems with rounding. I am considering re-writing it but what to get to grips …

Member Avatar for Aia
0
72
Member Avatar for kwadders

Hi all, I have been working programming embedded C for just over a year now. But I am interested in learning Java. In essence, I am looking for a definitive guide to Java, including books and on line resources. From, past experience I know that the best way to learn …

Member Avatar for kwadders
0
88