Category "calculator"

How to separate large numbers with spaces kotlin

I have a calculator app and I want it to show large numbers with spaces between them when users enter their input. Currently, they don't have spaces between the

In javascript react how to remove two symbols that end up together in a string but keep the last one like a calculator?

Basically I am doing a FreeCodeCamp project and I am stuck one of the last points on the checklist. What we have been told to do is to make a calculator that ha

Looping problem Elden ring runes per level calculation

This code is currently showing the total amount needed to reach the next level, but what I would like it to do is show the complete total amount so for example

How to programm a bit byte converter/ calculator with this table using javascript and this html code?

How to programm a bit byte converter/ calculator with this table using javascript and this html code <table> <tbody><tr><td class="uni

Calculate with minus/plus buttons

(Edit : up) First I'm a JS beginner. I need to make a calcul using both input type number and plus/minus buttons linked to it (to replace spinners on smartphone

Problem with reset button calculator and more - Python

This is a python calculator. I developed a part here. but, In this calculator, when the user enters two wrong numbers or one wrong operator, the reset function

how to make a percentage calculator using python

I want to develop a calculator that does simple math using Python with user input for one of my projects for high school, but I can't figure out how to write th

Is this an efficient calculator in Python?

Is this an efficient calculator in Python? def calculator(): print("\nBasic Calculator.\n") num_1 = input("Enter your first number: ") operatio

Python Tkinter GUI Calculator

So I am currently in the process of making a GUI Calculator, but am unsure on how to write code that will perform the operations of the calculator. Right now I

TI-84 Plus Random Number Generator Algorithm

Edit: my main question is that I want to replicate the TI-84 plus RNG algorithm on my computer, so I can write it in a language like Javascript or Lua, to test

ArcMap Field Calculator Program to create Unique ID's

I'm using the Field Calculator in ArcMap and I need to create a unique ID for every storm drain in my county. An ID Should look something like this: 16-I-003 T

Amasty shipping calculator does not show delivery rates unless product is added to cart

An API call is being to /amshipcalc/estimate/ajax/?country_id=AU&postcode=2000&product=601&selected_configurable_option=&related_product=&it

How can i call the Add() function?

i have been trying to make an easy calculator import java.util.Scanner; public class Math { static Scanner input = new Scanner(System.in);