kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
16.01k stars 10.42k forks source link

Update placeholders_list.txt #1289

Closed AnandDangwal closed 1 month ago

AnandDangwal commented 2 months ago
  1. In Java, there isn't a specific format specifier %i for integers like in some other programming languages such as C and its derivatives. In Java's printf() method, the format specifier for integers is %d.

  2. %f : Supports both double and float numbers in java.