Posts by Kamilla • 27 points
3 posts
-
0
votes1
answer101
viewsQ: Save data to Firebase
My code is like this: import React from 'react'; import './addAssalariado.css' import * as firebase from "firebase/app"; export default function addAssalariado(){ function add(){ var name =…
-
1
votes2
answers2441
viewsQ: How do I round a float number from two decimal places to one if you only have one number? example: 2.10 to 2.1
The problem is that the numbers have to have two decimal places at all times, only in cases where it is type '3.10' you have to format to '3.1'. How do I do it in C?
-
1
votes1
answer108
viewsQ: word manipulation with Allegro
Hello, I am in doubt about the string manipulation with Allegro, as well as using "fgets" or "scanf" in C to receive a keyboard word I want to know how you do it with Allegro.