• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Deepfreeze Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2017
Last Seen:Sep 2021
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (22)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Just4FunCoder
      • resolved a suggestion on "Miles per gallon to kilometers per liter" kata
      • 7 months ago

      Java already using doubles, resolving this.

    • Custom User Avatar
      • Blind4Basics
      • resolved an issue on "String Templates - Bug Fixing #5" kata
      • 3 years ago

      reraised with proper info

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Exes and Ohs" kata
      • 3 years ago

      Not a suggestion prior to this kata

    • Custom User Avatar
      • Don Thruff
      • commented on "Miles per gallon to kilometers per liter" kata
      • 4 years ago

      I would agree with this suggestion since this is an 8kyu kata. If it were a 7kyu kata I think working with floats would be fine. In any case, I did appreciate that this used floats as it gave me a good excuse to work with something that I rarely (never XD) work with.

    • Custom User Avatar
      • Moonrat
      • commented on "String Templates - Bug Fixing #5" kata
      • 4 years ago

      Still not fixed.

    • Custom User Avatar
      • FArekkusu
      • resolved a suggestion on "Constructing a car #1 - Engine and Fuel Tank" kata
      • 6 years ago

      Not a suggestion.

    • Custom User Avatar
      • Jomopipi
      • commented on "Surface Area and Volume of a Box" kata
      • 8 years ago

      the preloaded code needs to have "static" after public.

    • Custom User Avatar
      • anter69
      • resolved a suggestion on "Surface Area and Volume of a Box" kata
      • 8 years ago

      Approved

    • Custom User Avatar
      • Aravind Suresh
      • commented on "Is this a triangle?" kata
      • 8 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • ortega89
      • commented on "Bundesliga 1. Spieltag - First Match Day" kata
      • 8 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • dinglemouse
      • commented on "Letter to ASCII" java solution
      • 9 years ago

      Nothing really to do with the return. The explicit cast is not necessary when doing any primitive widening conversion.

      Refs:

      • https://docs.oracle.com/javase/specs/jls/se7/html/jls-5.html
        5.1.2. Widening Primitive Conversion
      • http://www.java2s.com/Tutorial/SCJP/0080__Type-Casting/Implicitandexplicitcasting.htm
    • Custom User Avatar
      • SandQueen
      • resolved a suggestion on "Letter to ASCII" kata
      • 9 years ago

      Good point. Changed the name. Thanks for suggesting :)

    • Custom User Avatar
      • Javatlacati
      • commented on "Ghost code?!" kata
      • 9 years ago

      say it when you can solve it like that: https://www.codewars.com/kata/reviews/570184bc5594a091150000a2/groups/57027d910052645429000b14 :smile: Were all here to learn

    • Custom User Avatar
      • Voile
      • resolved an issue on "Is this a triangle?" kata
      • 9 years ago

      Nope, that's the condition for a right triangle, not for any triangles. Let the sides to be a,b,c and c is the longest side, then:

      • Acute triangle: a^2 + b^2 > c^2
      • Right triangle: a^2 + b^2 = c^2
      • Obtuse triangle: a^2 + b^2 < c^2
    • Custom User Avatar
      • AcesOfGlory
      • resolved an issue on "Age Range Compatibility Equation" kata
      • 9 years ago

      Fixed. Thanks!

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...