Search:

Type: Posts; User: guled

Search: Search took 0.07 seconds.

  1. Re: whats wrong with this code....it says, 'the operator / is undefined for z=1.0-"A" / 2.0

    so guide me through because am a beginner, I want the value of x to be displayed. ..thanks

    --- Update ---

    thanks
  2. whats wrong with this code....it says, 'the operator / is undefined for z=1.0-"A" / 2.0

    import java.lang.System;
    public class Check01D {

    public static void main(String[] args) {
    // TODO Auto-generated method stub

    double z;
    z = 1.0 - "A" / 2.0 + 1.0 % 2.0;
    double y;...
Results 1 to 2 of 2