Luca Ferro
Followers: 0 Following: 0
Scripting enthusiast
Statistiques
RANG
453
of 294 359
RÉPUTATION
171
CONTRIBUTIONS
12 Questions
99 Réponses
ACCEPTATION DE VOS RÉPONSES
91.67%
VOTES REÇUS
24
RANG
of 20 108
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Test if a Number is a Palindrome without using any String Operations
*Description* Given an integer _X_, determine if it is a palindrome number. That is, _X_ is equal to the _X_ with the digits ...
plus d'un an il y a
A résolu
Number of 1s in the Binary Representation of a Number
*Description* Return the number of 1s in the (unsigned integer) binary representation of a number. This function should be ab...
plus d'un an il y a
A résolu
Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.
plus d'un an il y a
A résolu
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
plus d'un an il y a
A résolu
Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...
plus d'un an il y a