Menu DaniWeb
Log In Sign Up
  • Read
  • Contribute
  • Meet

Member Avatar for biityy34 biityy34

Newbie Poster
  • Community
  • Activity Stream
Sign up to connect with biityy34 and gain access to their complete profile
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Gave Reputation to Schol-R-LEA in how can i convert code from python to java ...i dont know python

    If you don't mind me asking, why did you need to translate this particular piece of code? Keep in mind that, if this is an assignment, we can only give …
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Replied To a Post in how can i convert code from python to java ...i dont know python

    public class Output2 { public static void main(String[] args) { int n = 10; for(int i=0;i<n;i++) { for(int j=0;j<n;j++) { if(i == j || n - j == i + …
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Gave Reputation to rproffitt in how can i convert code from python to java ...i dont know python

    Even if you don't know Python, why can't you convert it line by line. For example, is line 1 a problem?
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Gave Reputation to rproffitt in how can i convert code from python to java ...i dont know python

    Even if you don't know Python, why can't you convert it line by line. For example, is line 1 a problem?
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Edited how can i convert code from python to java ...i dont know python

    size = 10 for i in range(size) : for j in range(size) : if(i == j or size - j == i + 1) : print("* ", end = "") …
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Created how can i convert code from python to java ...i dont know python

    size = 10 for i in range(size) : for j in range(size) : if(i == j or size - j == i + 1) : print("* ", end = "") …
  • 4 Years Ago
    Member Avatar for biityy34
    biityy34

    Began Watching how can i convert code from python to java ...i dont know python

    size = 10 for i in range(size) : for j in range(size) : if(i == j or size - j == i + 1) : print("* ", end = "") …
  • Forums
  • Forum Index
  • Hardware/Software
    • Recommended Topics
  • Programming
    • Recommended Topics
  • Digital Media
    • Recommended Topics
  • Community Center
    • Recommended Topics
  • Latest Content
  • Newest Topics
  • Latest Topics
  • Latest Posts
  • Latest Comments
  • Top Tags
  • Topics Feed
  • Social
  • Top Members
  • Meet People
  • Community Functions
  • DaniWeb Premium
  • Newsletter Archive
  • Markdown Syntax
  • Community Rules
  • Developer APIs
  • Connect API
  • Forum API Docs
  • Tools
  • Backlink Auditor
  • Legal
  • Terms of Service
  • Privacy Policy
  • FAQ
  • About Us
  • Advertise
  • Contact Us
© 2025 DaniWeb® LLC