Coder Social home page Coder Social logo

siddik-1997 / problem-solve-with-java Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

This repository contains some solutions for java problems. The code is well-commented and optimized for readability and efficiency. Feel free to use and modify the code for your own projects.

Java 100.00%
intellij java problem-solving

problem-solve-with-java's Introduction

Problem-solve-with-Java

What is Java?

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Why Java is highly used?

Java is widely used by developers due to its ease of programming and execution. It allows for the creation of applications that can run on a single device or be distributed across multiple devices within a network. The fact that Java code can be written once and run anywhere at any time is another significant factor contributing to its popularity.

Below are the best FREE IDEs for Java programming:

  • Eclipse
  • IntelliJ IDEA
  • BlueJ
  • MyEclipse
  • Xcode
  • Apache NetBeans

But I used IntelliJ (Community Edition) for executing this problems.

Problems are:

  • Print prime numbers form 2 to 100.

  • Write a program that will count number of notes from given array:

    [1000,500,200,100,50,20,10,5,2,1]

    Input: 562

    Output:

    500 1

    50 1

    10 1

    2 1

  • Find out sum of digits of a number:

    Input: 152

    Output: 8

  • Count Vowels and consonants from a word:

    Input: Dhaka

    Output: Vowel: 2, Consonant: 3

  • Encrypt word when A=F:

    Input: Apple

    Output: Fuuqj

  • Create a program which will take input from users for registration and save the info to a json file.

    The system will require following user info: Full Name, email, password, address, mobile no.

problem-solve-with-java's People

Contributors

siddik-1997 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.