/************************************************************************* * Author: * Course: CompSci 100e, Fall 2010 * Collaborators: * Resources Used: * Comments: * * * Known bugs * *************************************************************************/ public class Prestidigitation { public static void main(String[] args) { // TODO query user for M // TODO ask user to select file // TODO print out digit distribution } }