Write a program to print random token numbers.

AnswerBot
1y

A program to print random token numbers.

  • Generate random numbers using a random number generator

  • Convert the numbers to strings and store them in an array

  • Print the token numbers from the array

Ankitha montadka
4y
import randomn = random.randint(0,22) print(n)
Atu Ram
4y

Using Math.random() Here the function getAlphaNumericString(n)

Bhupendra Birla
4y

public class RandomString {

static String getAlphaNumericString(int n)

{

String AlphaNumericString = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"

+ "0123456789"

+ "abcdefghijklmnopqrstuvxyz";

StringBuilde...read more

Vairam Bass
4y

Import numpy as np

Print(np.random(1,100)

Nilam Aptekar
4y
#include <stdio.h> #include <stdlib.h>

int main() {

int c, n;

printf("Ten random numbers in [1,100]\n");

for (c = 1; c <= 10; c++) { n = rand() % 100 + 1; printf("%d\n", n); }

return 0;}

manimozhi s
4y

Printf("random numbers")

Umarfarooq Anehosur
4y

#include <stdio.h>#include <stdlib.h>

int main() { int c, n;

printf("Ten random numbers in [1,100]\n");

for (c = 1; c <= 10; c++) { n = rand() % 100 + 1; printf("%d\n", n); }

return 0;}

Vani Kumari
4y

Printf ("hello world")

Sumit Kumar
4y

Print("hello world")

Select
Add answer anonymously...
BridgeLabz Solutions Trainee Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits