144x[ { cosec( arctan( 2.4 ) }^2]

Was that 169? Take this:
One hundred seventy.

int main(int argc, char** argv)
{
int i;
for(i=0; i<171; i++);
printf("%i", i);
return 0;
}

:mrgreen: :mrgreen: :mrgreen:

173.

also

AD.

Interesting hex number.

10101110

3√5359375
(175)
:mrgreen:

mov ax, 176 ;counts 176 times
label:
cmp ax, 0
je continue
dec ax
jmp label
continue:

#include <iostream>
#include <string>
#include <sstream>

int main ()
{
int n;
std::string str("177");
std::stringstream sstr(str);
sstr >> n;
std::cout<<n;
return 0;
}

Dim n as Integer
n = 178
strn = str(n)
MsgBox(strn)

10110100

0xb6

B7

clxxxiv

10111010

BA
baa


ares

12453654754655

BC -- interesting number

Learn how to spell Genius atari_pen15 !

BD

276 in octal

BF

babirox

CO


ares

C1

C2

C3

C4

A7D925
(binary in hexadecimal)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.