show/hide this revision's text 7 added 138 characters in body

  1. float ff = 1.2f;
  2. Float fo = new Float(1.2f);
  3. double fg = 3.2d;
  4. Double fh = new Double(2.1d);

Can I use '=' between the (1) and (3) or between the (2) and (4)??

show/hide this revision's text 6 edited body

  1. float ff = 1.2f;
  2. Float ff fo = new Float(1.2f);
show/hide this revision's text 5 formatted list; edited tags

1. `
  1. float ff = 1.2f;` 2. `1.2f;
  2. Float ff = new Float(1.2f);` Float(1.2f);
show/hide this revision's text 4 edited tags
show/hide this revision's text 3 code
show/hide this revision's text 2 added 2 characters in body; edited title
show/hide this revision's text 1